Jump to content

How to show form error with HTML5?


Recommended Posts

You can try using the jquery.validate plugin, and use custom css styling so that the alert floats over (with absolute positioning). Have you looked into that? You'll have to hook it to the account creation form though (cant' remember the exact hook name right now!), and header (this one to include the validation library, the former to process the code)

  • Like 1
Link to comment
Share on other sites

Thank for your answer Nemo!

 

Sounds a little difficult for me, but I will study and try. Today i read more about html5 validation and may be will be more easy to add specific type=" " cols=".." rows=".."  and etc. to allow users to fill out the form correctly and field errors to show a very rare .....

 

Regards!
/Detelin

Link to comment
Share on other sites

×
×
  • Create New...