Sep 27th, 2011, 4:03 PM
Hi Mark,
Hmmm good question. RSV *should* still work under these circumstances. As long as you pass in the different form and the different set of rules to each, it should work okay.
If that's what you're doing, could you post a link to the page so I could take a look?
- Ben
Hmmm good question. RSV *should* still work under these circumstances. As long as you pass in the different form and the different set of rules to each, it should work okay.
Code:
<form ... onsubmit="rsv.validate(this, rules1)">
...
</form>
<form ... onsubmit="rsv.validate(this, rules2)">
...
</form>
If that's what you're doing, could you post a link to the page so I could take a look?
- Ben