Dec 15th, 2011, 4:25 AM
Hi grozzy
I had exactly the same problem as you. I removed the cookies and it worked (alltough I was submitting the form in 'developing mode' with the line:
The problem is, I don't know if when the form you're using it goes live removing the cookies will solve the problem. We can't prompt the final user to remove the cookies or do something with PHP to delete the cookies in the user's browser!
I had exactly the same problem as you. I removed the cookies and it worked (alltough I was submitting the form in 'developing mode' with the line:
Code:
$fields = ft_api_init_form_page("", "test");
(Nov 12th, 2011, 1:45 PM)grozzy Wrote: Hi Ben, thanks for the quick response. I am using the API just for a form and your solution to making those changes in the config file worked! However, now when I submit a form I get this error:
Fatal error: Call to undefined method stdClass::assign() in /home2/dund7520/public_html/formtools/global/code/themes.php on line 211
Any ideas on that?
Thanks.
Eric