<form
action="http://www.SnapHost.com/captcha/send.aspx"
method="post" id="myform">
<input type="hidden" id="skip_WhereToSend"
name="skip_WhereToSend"
value="yo...@email.com" />
Then I somehow got redirected again to the Google captcha option at this link:
https://www.google.com/recaptcha/intro/index.html
which is how I ended up here, but I am trying now to figure out how to get this Google captcha form script to work to submit to my email address - which seems to be missing from this script. As it is, they don't indicate anywhere how it forwards the message to your email address. I am using the Automatic coding, as such, with this in the header:
I have followed the instructions on this page:
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
Then all it requires is this for your form action:
<form action="?" method="POST">
and then this div tag goes inside of your form tag, above your Submit button:
<div align="left" class="g-recaptcha" data-sitekey="yoursitekeyhere"></div>
But the problem remains as to how this form forwards email. Does it still need to work with some other script - I tried inserting my cgi bin script back into the form action= " " but that doesn't work. What should go into the form action="?" where the ? is?
Do I need to get a developer or something to insert additional coding to make this work? Thanks and sorry to ask such a dumb question, but I didn't realize that this was going to take out the cgi-bin script that has my email address encoded.
Thanks for any help that anyone can provide!
_ Jackie
--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to recaptcha+...@googlegroups.com.
To post to this group, send email to reca...@googlegroups.com.
Visit this group at http://groups.google.com/group/recaptcha.
For more options, visit https://groups.google.com/d/optout.