StratusForms icon indicating copy to clipboard operation
StratusForms copied to clipboard

Error message

Open btroop202 opened this issue 7 years ago • 2 comments

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

btroop202 avatar Aug 20 '18 13:08 btroop202

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

btroop202 avatar Sep 07 '18 07:09 btroop202

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.

mrackley avatar Sep 08 '18 15:09 mrackley