Google validations and display
-
Hello, I am running version 0.72 of your plugin on WP 4.0 with Vantage theme. My test form can be found here: https://rxaidllc.com/4tier/enroll/
I have opted to use Google Form’s built in Data Validation because I am familiar with using Regular Expressions. On my form, on the second page it asks for First and Last name and I have [\w]{2,100} as an RE. This checks if the character count is between 2 and 100.
My problem: The error-message div shows up automatically without the user entering anything. As you can see it says “Your name is too short” right away. I want this message to display only when the validation has failed. Additionally, when the user fails validation a new message that says “Must match pattern” comes up.
Is there a custom CSS I can use that will never show “Must match pattern” and only show the error message when validation fails?
- The topic ‘Google validations and display’ is closed to new replies.