PDA

View Full Version : Recaptcha



jschnyderite
13 Jan 2011, 01:52 PM
I'm trying to incorporate Re-captcha into a formToEmail php form.

To validate the email address etc in the form requires action="FormToEmail.php", but the captcha needs a second action (verify.php)..am I supposed to combine these into one file? has anyone set this up before and can offer some suggestion?

Thanks

Corrosive
13 Jan 2011, 02:26 PM
You can combine the verify code with the form to mail code. This might help; http://corrosiveonline.co.uk/tutorials_enquiry_form_with_recaptcha.php