Jul 2nd, 2013, 8:02 PM
Theo,
In addition to Alok's suggestion, the validation script needs to be called you need to add onsubmit="return rsv.validate(this, rules)" to the form tag as well <form ... onsubmit="return rsv.validate(this, rules)">
In case you missed the documentation on RSV here's the link for it: http://docs.formtools.org/tutorials/js_v...e=rsv_file
Cheers,
Joe
In addition to Alok's suggestion, the validation script needs to be called you need to add onsubmit="return rsv.validate(this, rules)" to the form tag as well <form ... onsubmit="return rsv.validate(this, rules)">
In case you missed the documentation on RSV here's the link for it: http://docs.formtools.org/tutorials/js_v...e=rsv_file
Cheers,
Joe