Feb 6th, 2012, 3:55 AM
Hi Ben,
I'm using Joomla and I've added your form to it and it works perfectly when calling process.php in the POST section. I want to use the reCAPTCHA feature however I can not add php code to my Joomla form as it can become a security issue and besides you need a plugin/module to run php code in Joomla, which I don't want to do. I was reading about your API and that I would need to add a php function to it, which is this:
.
Is there a way to add the reCAPTCHA feature without having to add php code in my HTML form template?
Regards,
Tony
I'm using Joomla and I've added your form to it and it works perfectly when calling process.php in the POST section. I want to use the reCAPTCHA feature however I can not add php code to my Joomla form as it can become a security issue and besides you need a plugin/module to run php code in Joomla, which I don't want to do. I was reading about your API and that I would need to add a php function to it, which is this:
PHP Code:
<?php ft_api_display_captcha(); ?>
Is there a way to add the reCAPTCHA feature without having to add php code in my HTML form template?
Regards,
Tony