HI
I have a webform that uses Javascript to validate the fields. Once the required fields are filled in then the form is submitted to sendmail.asp to send the email.
I'm trying to incorporate the Web Wiz Captcha within the form page rather than redirect to the process page but cannot get Javascript to validate the Captcha value.
I have pasted the code from your process_form.asp file to my contact form page but cannot get it to work.
My form tag is <form action="sendmail.asp" method="POST" onsubmit="return Form1_Validator(this)" name="Form1">