Hi, I have an issue I don't know how to solve. I have to web pages, the first one contains a form with 3 inputs, when you click "Next" it passes the information which is kept in hidden inputs in the next web page which also contains another form. My problem is that, I implemented the fabulous wForms there, but when I pass to the second page, it gives me an error that says:
Microsoft JScript runtime error '800a1391'
'document' is undefined
/wforms.js, line 108
And the worst part is that, wForm doesn't get loaded on the (second) web page, so the are no form validation in it. Any help? Thanks in advance.