Sep 23rd, 2014, 6:59 PM
I have a form built in a page in Wordpress. I have included require('tools/formtools/global/api/api.php') before the get_header() hook and everything seems to be working. That is until you submit a form where the CAPTCHA being displayed with ft_api_display_captcha() function has been entered incorrectly. On other forms that I have built when you return to the page you can use the session variables to fill back in the form fields and the ft_api_display_post_form_captcha_error() function displays an error. Not having any luck using this in wordpress. The $_SESSION["form_tools_form_data"] values don't seem to exist.
Is this maybe because of the fact that wordpress doesn't use sessions by default? Anyone able to help point me in the right direction please?
Thank you in advance!
Is this maybe because of the fact that wordpress doesn't use sessions by default? Anyone able to help point me in the right direction please?
Thank you in advance!