Feb 25th, 2012, 2:14 PM
Hi rpacdn,
If you ever get that message ("hasn't received a successful submission yet"), it means just that: for whatever reason, the POST request containing your form submission + form ID hasn't been submitted to Form Tools via the API. This is usually because the form ID is invalid or because you didn't include a "finalize" => true key-pair value on the page before your "thankyou" page.
Which of the tutorials are you following, btw?
http://docs.formtools.org/tutorials/api_...page_form/
http://docs.formtools.org/tutorials/api_...page_form/
But I won't fib: API forms are fiddly. There's a lot of steps which you have to carefully follow - it's easy to miss something. That was kind of my thinking in writing the Form Builder module, to simplify the whole form generation process.
Keep looking at it & if you're really stuck, email me at ben.keen@gmail.com and I could take a look at your form directly.
Good luck!
- Ben
If you ever get that message ("hasn't received a successful submission yet"), it means just that: for whatever reason, the POST request containing your form submission + form ID hasn't been submitted to Form Tools via the API. This is usually because the form ID is invalid or because you didn't include a "finalize" => true key-pair value on the page before your "thankyou" page.
Which of the tutorials are you following, btw?
http://docs.formtools.org/tutorials/api_...page_form/
http://docs.formtools.org/tutorials/api_...page_form/
But I won't fib: API forms are fiddly. There's a lot of steps which you have to carefully follow - it's easy to miss something. That was kind of my thinking in writing the Form Builder module, to simplify the whole form generation process.
Keep looking at it & if you're really stuck, email me at ben.keen@gmail.com and I could take a look at your form directly.
Good luck!
- Ben