Page 1 of 1

Integrating Recaptcha without module captcha

Posted: Tue Nov 06, 2018 8:37 pm
by babel
My client uses cms ms 1.11.5 and doesn't want to upgrade. But Google recaptcha is needed because of spam. How can I integratie recaptcha in a form (formbuilder 0.7.3) without using the module captcha? The newest version of the module is needed to integrate recaptcha and that can't be installed in de cms ms version 1.11.5. I've tried putting the code where it should be, but that is not the way I discovered. Anyone a good idea. It would be very nice.

Re: Integrating Recaptcha without module captcha

Posted: Tue Nov 06, 2018 10:09 pm
by calguy1000
Two steps to do that in formbuilder;

a: implement the javascript side in the template yourself.
b: implement the PHP code in a UDT disposition that occurs at the top of the disposition list.

But... there are drawbacks to that. and, since its such an old version of CMSMS and probably old version of FormBuilder I don't know if all of the capabilities you would need.

Re: Integrating Recaptcha without module captcha

Posted: Wed Nov 07, 2018 9:15 am
by Rolf
You could try https://cmscanbesimple.org/blog/additio ... ook-module
It of course also works for Formbuilder and other form plugins...

Re: Integrating Recaptcha without module captcha

Posted: Wed Nov 07, 2018 12:37 pm
by babel
Thanks Rolf and calguy1000 for trying to help. Unfortunately not the answers that solve the problem. I'll try something else.

Re: Integrating Recaptcha without module captcha

Posted: Fri Nov 09, 2018 12:45 pm
by Rolf
babel wrote:Thanks Rolf and calguy1000 for trying to help. Unfortunately not the answers that solve the problem. I'll try something else.
babel wrote:My client uses cms ms 1.11.5 and doesn't want to upgrade.
The *real* problem is the client not wanting to upgrade the CMS! Which is a cheap solution for the client when you don't have any issues.
But in the same time it *is* taking risks related to hacks, compatibility issues like now with recaptcha, PHP-upgrade problems, etc. etc.
Hacking module code is making this problem even bigger in my opinion.