Forum Replies Created
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
Bijdageraad
ParticipantThat did the job, also placed jQuery in it like this
(jQuery(function ($) {
var $checkboxes = $(‘.quform-field-1_3’).click(function () { if ($checkboxes.filter(‘:checked’).length > 2) { $(this).prop(‘checked’, false);
return false;
}
});
});)With the filter code it’s all i need to do? Seems to work fine 😉
Bijdageraad
ParticipantThanks we’ll try it out 😉
Bijdageraad
ParticipantFound this (https://support.themecatcher.net/quform-wordpress-v2/guides/customization/limit-checkbox-selections)
Is that it also for my form?Bijdageraad
ParticipantThanks that will do, we’ll tst it now on all four Forms.
Plugin Works great and support also 😉- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)