I'm just throwing out ideas because I haven't used an autoresponse, but is your captcha field "required"?
ginger
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hello,
My understanding from the docs is that you can use ReCaptcha for Autoresponding only. I assume that means that if the user leaves the ReCaptcha field blank, the form won't error and it won't auto respond. True?
If true, I'm not getting that to work.
This results in the form that will always error, even if the ReCaptcha answer is correct.
If I add the code to have ReCaptcha handle the form submission and auto respond, everything works.Code:<input type="hidden" name="derive_fields" value="email=email_salesperson, realname=name_salesperson,arverify=recaptcha_response_field"> <input type="hidden" name="autorespond" value="HTMLTemplate=salesperson-email-template.php,Subject=Confirmation">
Code:<input type="hidden" name="derive_fields" value="email=email_salesperson, realname=name_salesperson,imgverify=recaptcha_response_field, arverify=recaptcha_response_field"> <input type="hidden" name="autorespond" value="HTMLTemplate=salesperson-email-template.php,Subject=Confirmation">
Thanks
I'm just throwing out ideas because I haven't used an autoresponse, but is your captcha field "required"?
ginger
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks