I have all the code correct, but HOW do I validate it? My asp has the form and then passes to a confirmation.asp page that processes the form fields. I also have a javascript file that validates the form.
What code do I place in either my validate.js file or the confirmation.asp file when the page posts?
Right now when I submit it just passes the form and doesn't check for the Captcha. It does however validate all the fields for content though as it always has.
Thanks!