Error message
When I set a field to required or validate the error message is very generic "Please fix form errors and re-submit!"
I would like to let users know which fields need to be corrected, or better yet turn them red or something
Good day, I found the issue with the error message. first in the Stratus-form-1.5js Change absolute to relative for all the error message divs. Comment out the two offset (line 368,369) Then in each form JS, I set the off set to show the error message just below each input field errorOffsetTop: 50, errorOffsetLeft: 10,
But this will depend on you css of course
Darrin
thanks, I'm not happy at all with the way required fields/error messages were originally implemented. it's definitely on the list to get improved.