Avatar

Level 5

I decided to put my validation script in the mouseEnter event of the Submit button.  If the form validates, the button turns green.  It's not a real-time validation like it was with the script in the layout:ready event, but it's a close second.  In any case, it does improve the performance and usability of the form, because I noticed that it was slowing down the keyboard a little with the original setup because it was constantly validating.  Now there's no delay.