I'm building a simple form for my client and They want to display the error message in the text field. Would this be possible to achieve this with jQuery's Validation plugin?
Thanks!
|
I'm building a simple form for my client and They want to display the error message in the text field. Would this be possible to achieve this with jQuery's Validation plugin? Thanks! |
|||||||||||
|
|
Yes you can. Your skills seem very raw. Let's take the simple path because your question sounds simple. On error, give a condition to assign the message string as a value to the input field. something like
See the section |
|||
|
|
|
Quote OP:
Yes. It's possible Use the plugin's NO, I would never do it. This makes it nearly impossible for the user to properly interact with the form. The error wipes out any data the user already entered and the user has to delete the text of the message to enter their data. I'm sure you can think of clever ways to overcome these issues, but IMO, it's a really poor design from a UI perspective. Show your client this demo, then scroll down and show them my second demo. DEMO: http://jsfiddle.net/6fUTV/
Alternative way to show errors: http://jsfiddle.net/kyK4G/ More info: How to display messages from jQuery Validate plugin inside of Tooltipster tooltips? |
|||||||||
|
|
Yes ofcourse this is possible as you validate the text field and its caught in error simply assign the error msg as value of that text field or placeholder also.
|
|||
|
|
|
You can get my jquery plugin. https://github.com/Zerstoren/jQuery-Simply-Validate He may be dirty, but work. |
|||
|
|