Form won't submit if input field contains more than one word.
-
For some reason, my form won’t submit if any of the ‘text’ or ‘text area’ fields contain more than one word and whitespace (i.e. John Smith).
I’m working on the latest version of the WordPress and the plugin, I’ve tried on a different theme, de-activated other plugins, and the problem still exists. The only way I can get the form to submit, is by limiting each input field to one word only.
Have I mis-understood the different types of input fields – does “text” not allow for users to type in a space? This is my form code:
<div id="mentor-form"> <h3 class="text-center" style="margin: 0px 0px 30px;">Three simple steps - that's it.</h3> <p>[text* your-name placeholder "Your Name"]</p> <p>[email* your-email placeholder "Your Email"]</p> <p>[text* your-school placeholder "Your School or College"]</p> <p class="check-text">[acceptance acceptance-972] Check here if you have read the <a href="">Mentor Requirements.</a></p> <p>[submit "Become A Mentor"]</p> </div>
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Form won't submit if input field contains more than one word.’ is closed to new replies.