Want to make one of two fields required
-
Is there any way to make one of two fields required? I have a form with a telephone number and email address field. I want to require the user to enter in something for one or the other. I do not want to require both. Is this possible?
I looked at DOM, but there are no events that fire when the user clicks submit but before the form is actually submitted. It seems like a no brainer to have an wpcf7submitclicked event that can then do custom checking and cause the submit to fail if the form fails those checks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Want to make one of two fields required’ is closed to new replies.