May 2nd, 2013, 11:57 AM
Hi
This is my first time using this and it looke pretty awesome. I have created my form and everything is working great except for ReCaptcha.
ReCaptcha is picking up the incorrect code but I cannot for the life of me get the error message to appear!
The instructions say to add
This is my first time using this and it looke pretty awesome. I have created my form and everything is working great except for ReCaptcha.
ReCaptcha is picking up the incorrect code but I cannot for the life of me get the error message to appear!
The instructions say to add
PHP Code:
<?php
ft_api_display_post_form_captcha_error() function).
and then the instructions say:
To change the content or the style, all you need to do is pass a single field containing whatever HTML you wish to appear. For example:
PHP Code:
<?php
$error = '<div class="error">Error! Please re-enter!!</div>';
ft_api_display_post_form_captcha_error($error);
?>

