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
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:
This is whats getting me! I have added the above php to the form is this correct? If it is correct does anyone have any idea as to why the message isn't appearing?
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:
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);
?>