Adding reCAPTCHA to an existing VBScript form.

148 views
Skip to first unread message

David L. Burkhead

unread,
Dec 31, 2012, 5:31:33 PM12/31/12
to reca...@googlegroups.com
We hired somebody to make a "reply form" for our web site so people can contact us.  The person who created the form used VBScript to create the page.

I'm afraid I don't fully understand the relevant code for the page but what I'd like to do is replace the "Submit" button with a submit with a captcha.

I have not been able to find a VBScript version of the reCAPTCHA code and I am given to understand that attempting to mix VBScript and Javascript on a page is a no-no.  Is there a simple way to replace:

<form method=post action="reply2.asp">
...fill in the various form fields...
<input type="submit" value="Submit this information">
</form>

With a CAPTCHA checked submission in VBScript (so I don't have to try to figure out how to redo the entire thing in javascript)?

Reply all
Reply to author
Forward
0 new messages