Jun 2nd, 2010, 12:15 PM
I believe the issue is in using outside php scripts/functions within wordpress.
I am running into the same issue as well I believe - I've always had success with the standard FT setup, however, using API within WordPress has always caused issues.
WordPress does not like to accept/use functions or variables included from outside files. I have included the api.php file(verified that the file was loaded by adding a quick echo statement to the top of the api.php file) however, the next line ( fields = ft_api_init_form_page(1, "initialize") ) produces an undefined function error.
I know very well that this is not an issue with FormTools, however, if anyone has dealt with this issue before and has any insight on running outside scripts within WordPress it would be greatly appreciated
I am running into the same issue as well I believe - I've always had success with the standard FT setup, however, using API within WordPress has always caused issues.
WordPress does not like to accept/use functions or variables included from outside files. I have included the api.php file(verified that the file was loaded by adding a quick echo statement to the top of the api.php file) however, the next line ( fields = ft_api_init_form_page(1, "initialize") ) produces an undefined function error.
I know very well that this is not an issue with FormTools, however, if anyone has dealt with this issue before and has any insight on running outside scripts within WordPress it would be greatly appreciated