Reply To: 2 checkboxes required…

Home Forums Quform WordPress 2 checkboxes required… Reply To: 2 checkboxes required…

#34836
Bijdageraad
Participant

That 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 😉

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy