- This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Conditionally require field on registration form
Tagged: conditionally, field, JavaScript, registration form, Required
Can I cause a field to be required by just inserting “required=”required” into the input tag using JS? (I have a field that needs to be completed if a radio button is checked.)
That will work, but of course the backend will not test if it is entered or not (that can be done via the filter eme_eval_booking_form_post_filter)
Thanks, will give it a go!