Jump to content

How to implement validation check at runtime


jspodisus

Recommended Posts

The easiest way would be to use a JavaScript library such as MooTools. There are then plugins that you can find that will do exactly what you want.

 

That will potentially add more overhead though as that library is capable of doing much more then just that.

 

One quick suggestion though if you haven't already, if a field is required, you shouldn't wait for the user to click "Send", but already show that it is a required field by using an asterisk and of course saying "* Required Field"

  Quote

The easiest way would be to use a JavaScript library such as MooTools. There are then plugins that you can find that will do exactly what you want.

 

That will potentially add more overhead though as that library is capable of doing much more then just that.

 

One quick suggestion though if you haven't already, if a field is required, you shouldn't wait for the user to click "Send", but already show that it is a required field by using an asterisk and of course saying "* Required Field"

 

Thanks for response. let me try your mentioned tool.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.