Your missing one important need :)
you didnt name your form the same as what your submitting to YAV.
Yours is:
<form onsubmit="return yav.performCheck('apply_now_form', rules,
'classic');">
Should be:
<form name="apply_now_form" onsubmit="return
yav.performCheck('apply_now_form', rules, 'classic');">
without the form name it doesn't know which form to check.
Thanks,
Tony
On Mar 20, 8:30 am, joe <joe.may...@gmail.com> wrote:
> Hi All
> I have followed the set-up instructions, but I am having problems
> getting YAV to work on the most basic level.
> I am quite new to JavaScript so I may have missed something but i
> can't see what.....
> I have tried both YAV 1.4.1 & 2.0 but with no success.
> Can any one offer any ideas?
> example:http://joemayhew.co.uk/YAV/form.html
> Thanks
--
You received this message because you are subscribed to the Google Groups "yav and jQuery.yav (javascript validation tool)" group.
To post to this group, send email to yav-en@googlegroups.com.
To unsubscribe from this group, send email to yav-en+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/yav-en?hl=en.