Mar 22nd, 2010, 1:13 PM
(Mar 22nd, 2010, 11:24 AM)fourmat Wrote: ok, I see that the namespace variable will allow me to put 2 on the same page, but:
1) how do I handle the code if I want each form to have a different thank you page.
If you look at the example referred to above, each form is defining it's own thankyou page.
Quote:2) If I want to have the fields validated, how can I have one set of fields validated on one form, and another set on another with the rsv.js script?
Not entirely sure but I would imagine you could use a hidden value and some if then logic to assign which rules script is used.
Hope that helps.