name property specified on your html.
<input type="text" id="username"></input>
should be
<input type="text" id="username" name="username"></input>
On Jul 28, 8:26 am, jckos <johncar...@gmail.com> wrote:
> Hi,
>
> If I focus on a field multiple times or submit the form multiple
> times, I the script adds multiple error messages per field, both valid
> and error classes, depending on the data entered.
>
> Any suggestions?
>
> Thanks,
>
> John
No comments:
Post a Comment