Hi, I have a simple contact form with Google ReCaptcha but when I send the form without checking I am not a robot, it still sends the form and sends the emails, see below in the Debug. How do I stop it recording and sending the emails?
Array
(
[start_page_gcaptcha] => Array
(
[response] => Array
(
[success] => false
[error-codes] => Array
(
[0] => invalid-input-response
)
)
[_error] => The reCaptcha verification has failed.
[var] => false
)
[settings_admin_email] => Array
(
[recipients] => Array
(
[0] => ******************************
[1] => ******************************
)
[subject] => Someone has filled Contact Form on Earthwatch Australia!
[body] => we have received the following contact form details:
<br><br>
{email_content}
[from_name] => Earthwatch Australia
[from_email] => ****************
[reply_name] => Paul
[reply_email] => ***************
[result] => the Mail sent successfully.
[var] => true
)
[start_page_datalog] => Array
(
[data] => Array
(
[aid] => NULL
[form_id] => 4
[uid] => bd100546-ae00-4eef-8651-b7f193ff7d1e
[user_id] => 0
[created] => 2023-09-05 10:51:08
[modified] => NULL
[ipaddress] => 213.248.112.34
[page] => 1
[data] => {"__loops":null}
)
[var] => Array
(
[aid] => 1341
[form_id] => 4
[uid] => bd100546-ae00-4eef-8651-b7f193ff7d1e
[user_id] => 0
[created] => 2023-09-05 10:51:08
[modified] => NULL
[ipaddress] => 213.248.112.34
[page] => 1
[data] => {"__loops":null}
)
)
)
how many pages in your form "setup" ?
hi,
1 page in CF7 does not work, you need at least 2 pages in your form "setup" section, so add another page and try again.
for v8 this should have worked fine
1 page in CF7 does not work, you need at least 2 pages in your form "setup" section, so add another page and try again.
for v8 this should have worked fine
This topic is locked and no more replies can be posted.
