Jan 27th, 2010, 6:25 AM
Hi.
I'm trying to add single-page form with the API.
I correctly have done step 1 and step 2. According to step 3 I add this code to my form.php
Then I've done this:
So what's wrong? How can I fix it?
I'm trying to add single-page form with the API.
I correctly have done step 1 and step 2. According to step 3 I add this code to my form.php
PHP Code:
$fields = ft_api_init_form_page(1, "initialize");
Quote:After saving, go to your "thankyou" page in your browser to ensure that sessions have been deleted, then go back to your form. Here, fill in every field in your form and click submit. You should see something like the screenshot.But after submit I get Error Code: #100:
Quote:This occurs when trying to initialize a form. It usually means you're sending along an incorrect form ID.I had just installed Formtools, it's my first form, so ID must be 1. I haven't any other form.
So what's wrong? How can I fix it?