Hi
I have added recaptcha to the contact form https://www.chaincare.com/contact but validation fails
I have added the site key and secret key in the correct places
please help
thanks
Neil
4 replies · opened Sep 25, 2018
Hi
I have added recaptcha to the contact form https://www.chaincare.com/contact but validation fails
I have added the site key and secret key in the correct places
please help
thanks
Neil
I have added to https://www.chaincare.com/contacttest so it can be tested to see whats wrong
Hello,
According to the Error you have mentioned, it appears that the allow_url_fopen is not enabled in your PHP Configuration on your Servers. We have recently updated the include/sendemail.php File to use CURL Functionality for the reCaptcha validation, so please update to the Latest Version and this issue should be automatically resolved.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I updated the files and now no form is working
https://www.chaincare.com/contact
https://www.chaincare.com/contacttest
sendmail.php has this entry - require_once('phpmailer/PHPMailerAutoload.php');
bu there is no PHPMailerAutoload.php into new download
Hello,
Apologies about the Inconveniences!
This is a mistake from our end for which we would like to Apologize to you profusely!
Please replace the following code in the include/sendemail.php File:
require_once('phpmailer/PHPMailerAutoload.php');with the following code:
use PHPMailer\PHPMailer\PHPMailer;
require 'phpmailer/src/PHPMailer.php';
require 'phpmailer/src/SMTP.php';This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard