-
Posted a reply to Validation issue when checking checkbox fields, on the site WordPress.org Forums:
Thanks! :) -
Posted a reply to Validation issue when checking checkbox fields, on the site WordPress.org Forums:
` $('.wpcf7 input[type="checkbox"]').on("change", function(e) { // e.preventDefault(); // doesn't help! e.stopPropagation(); // helps! }); This… -
Posted a reply to Validation issue when checking checkbox fields, on the site WordPress.org Forums:
I also have this annoying issue and wasted a lot of time with it today.…