How do I configure the reCAPTCHA plugin to work with SSL?
In order to use the RSForm!Pro reCAPTCHA plugin with a SSL certificate you will need to add the following script in the "Scripts called on form display" field of the "Scripts" tab:
$repl = 'http://api.recaptcha.net';
$with = 'https://api-secure.recaptcha.net';
$formLayout = str_replace($repl,$with,$formLayout);
You Should Also Read
CAPTCHA is not working HOT |
Plugin - Akismet (Spam protection) HOT |
No Captcha ReCAPTCHA v2 doesn't work HOT |
CAPTCHA Antispam HOT |
Adding a PayPal/RSEvents/RSMail/reCaptcha field hangs up |