what should i do to make my validation error looks like this
http://vienna-taxis.com/sample-page/
just submit without filling anything to see it .
thank you in advance
what should i do to make my validation error looks like this
http://vienna-taxis.com/sample-page/
just submit without filling anything to see it .
thank you in advance
You would need to modify the default validation styles with some of your own custom CSS rules. You can start here..
http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples
See section 11 for how to properly target the validation errors for CSS manipulation. It looks like changing the label color, border style and removing the default background color from the container are the places to start.
Good luck with it.