Thanks for your post, it seems there aren't many people using FT and Google reCaptcha or else there are but their methodology is a closely guarded secret. Clearly I'm missing something (some brain cells perhaps). I have followed your instructions, to the letter I think. My form.php has, above the <html> tag, from the FT docs:
The <HEAD> section has, just before the closing </HEAD>:PHP Code:
<?php
require_once("formtools/global/api/api.php");
ft_api_start_sessions();
$fields = isset($_SESSION["form_tools_form_data"]) ?
ft_strip_tags($_SESSION["form_tools_form_data"]) : array();
?>Code:
<script src="https://www.google.com/recaptcha/api.js" async defer></script>Code:
<form action="http://eagletaxicabs.co.za/formtools/process.php" method="post">PHP Code:
<?php ft_api_display_post_form_captcha_error(); ?>
