May 21st, 2009, 9:33 PM
Hey bwaye!
It sounds like the last page of your form (the "thankyou" page) is missing the ft_api_clear_form_sessions() function call. That empties sessions so that the next time your return to the form a new submission ID is created.
Check out this page: http://docs.formtools.org/tutorials/api_...page=step2
If your form DOES have that line, then it sounds like you're running a multi-page form and you're finalizing the submission on the first page. By default the ft_api_process_form function only updates non-finalized submissions.
- Ben
It sounds like the last page of your form (the "thankyou" page) is missing the ft_api_clear_form_sessions() function call. That empties sessions so that the next time your return to the form a new submission ID is created.
Check out this page: http://docs.formtools.org/tutorials/api_...page=step2
If your form DOES have that line, then it sounds like you're running a multi-page form and you're finalizing the submission on the first page. By default the ft_api_process_form function only updates non-finalized submissions.
- Ben