Jul 11th, 2011, 7:12 PM
I'm not sure if I can do this or not. I've tried and the validation simply does not happen. The form is simply submitted whether required items are present or not.
Here is what I am trying to do...
Form Tools is installed on my business server (myserver.com)
User response form is built into my client's web site (clientserver.com)
I am trying to point the form on clientserver.com to Form Tools at myserver.com. I am calling the script in the head section of the form page using an absolute url pointed to myserver.com and I've included the rsv.js script call in the form 'action' parameter.
Form Tools is doing its job as I can see that the form submissions are making their way into the FT database and Form Tools is responding by sending the form user on to the Redirect URL.
I just don't get any validation. If this should work, what am I missing?
Here is what I am trying to do...
Form Tools is installed on my business server (myserver.com)
User response form is built into my client's web site (clientserver.com)
I am trying to point the form on clientserver.com to Form Tools at myserver.com. I am calling the script in the head section of the form page using an absolute url pointed to myserver.com and I've included the rsv.js script call in the form 'action' parameter.
Code:
<form method="post" action="http://myserver.com/form_tools/process.php" name="Contact_form" id="Contact_form" onsubmit="return rsv.validate(this, rules)">
Form Tools is doing its job as I can see that the form submissions are making their way into the FT database and Form Tools is responding by sending the form user on to the Redirect URL.
I just don't get any validation. If this should work, what am I missing?