Just a heads up -- if a form is filled out with incorrect information, the error message for validation is missing a final period.
"There was a problem with your submission. Errors have been highlighted below " <<<<<
Just a heads up -- if a form is filled out with incorrect information, the error message for validation is missing a final period.
"There was a problem with your submission. Errors have been highlighted below " <<<<<
Cool, thanks for the tip. We'll sneak that in the next version.
Thanks, we'll take a look and get it corrected in v1.5.1.
Can I fix this? How come this error message isn't customizable?
You can customize the validation message by using a filter added to your functions.php file.
http://www.gravityhelp.com/documentation/page/Gform_validation_message
Thanks Kevin - couldn't seem to find that before, works.