I'm trying to add a requried checkbox as a custom field to the RSVP form. This is to confirm that the user accepts the privacy policy of my site. If the checkbox is not checked, the user should not be able to complete the sign up process.
How can I achieve this? Since this is not a "classic" PHP form, the "required" attribute for the checkbox doesn't work. Is there another way?
Hi,
I'm trying to add a requried checkbox as a custom field to the RSVP form. This is to confirm that the user accepts the privacy policy of my site. If the checkbox is not checked, the user should not be able to complete the sign up process.
How can I achieve this? Since this is not a "classic" PHP form, the "required" attribute for the checkbox doesn't work. Is there another way?
Thanks.
Hi,
I've recently did such custom field for another client.
Place the filter in your theme or child-theme functions.php file:
This also places I agree... field for the reminder popup.
Stachethemes Developer
Thank you, this works great!