I need to render the Recaptcha for a client and the site is running in https. Therefore when I've added in the recaptcha property onto the Umbraco forms but it's not loading on the site due to the generated recaptcha codes are calling http instead of https.
Is there any ways i can amend to make it to call https instead?
I'm using Umbraco 7.5.11 and Umbraco Forms: "4.4.3"
When accessing the form over https I get the mixed content warning and no CAPTCHA is loaded (http is fine).
If I try to install reCAPTCHA field for Umbraco Forms instead I get the following error:
Server was unable to process request. ---> This package is not compatible with the Umbraco version 4.0.0
Ideally I'd like to make the out-of-the-box work in https.
Umbraco Forms Recaptcha in https
Hi All,
I'm using Umbraco 7.4.3 and Umbraco Forms 4.2.1
I need to render the Recaptcha for a client and the site is running in https. Therefore when I've added in the recaptcha property onto the Umbraco forms but it's not loading on the site due to the generated recaptcha codes are calling http instead of https.
Is there any ways i can amend to make it to call https instead?
Apprecaite any help on this
Thanks
Screen grab as below
usually you can remove the area of the script call that you highlighted, the http:, so your line will look like
src="//www.google.com/recaptcha...
and this will have the script being included via the same manner as the rest of the page
But curious to know - what file are you editing to make this change. I need to do something similar. Thanks
Can't find where to edit it. So in the end I've integrated the Captcha I'm not a robot for the client
https://our.umbraco.org/forum/umbraco-pro/contour/63765-Upgrading-ReCaptcha-to-the-Im-not-a-robot-version
Hi JLon,
We just created package for reCAPTCHA field for Umbraco Forms - https://our.umbraco.org/projects/collaboration/recaptcha-field-for-umbraco-forms/
Try it.
Thanks,
Alex
Hi Alex, I am using your reCaptcha but when I submit the form I get the following:
I did get a valid key from the Google API site.
Any ideas what the issue is?
Jon
Did anything ever get answered here?
I'm using Umbraco 7.5.11 and Umbraco Forms: "4.4.3"
When accessing the form over https I get the mixed content warning and no CAPTCHA is loaded (http is fine).
If I try to install reCAPTCHA field for Umbraco Forms instead I get the following error: Server was unable to process request. ---> This package is not compatible with the Umbraco version 4.0.0
Ideally I'd like to make the out-of-the-box work in https.
Does anyone have any tips or advice?
is working on a reply...