Hello
If a user makes a mistake completing the forms - omits the name field, for example - an error message in red appears on the left to remind him that it is a required field. The error message appears haphazard and untidy, and I was hoping to display it in the form field it and then, when the user clicks on that field, the error message disappears to allow the user to complete the form field correctly.
How would I go about having the error message appear in the form field itself?
Thank you.
Not sure what happened to the
Not sure what happened to the link I posted: www.dimadayoub.net/contact.aspx
Remove the span tag in error
Remove the span tag in error message text ,
Ex :
Please complete the Name field
Also remove the display:inline and add the text-align:right in our inline css;
Do this changes is all error message text