Limiting selections in the browser

Home Forums Quform WordPress Limiting selections in the browser

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24818
    asincole
    Participant

    hi, there is an identical topic to this, the issue is that the code doesnt work for me,

    var last_valid_selection = null;
    $(‘.quform_4_141’).change(function(event) {
    if ($(this).val().length > 2) {
    alert(‘You can only choose 2!’);
    $(this).val(last_valid_selection);
    } else {
    last_valid_selection = $(this).val();
    }
    });

    thats the code from the one above and it doesnt help me limit user selections to a maximum of 2

    #24833
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2025 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy