Nov 4th, 2009, 5:27 PM
(This post was last modified: Nov 4th, 2009, 5:27 PM by sergiozambrano.)
After trial and error, I can say "may_update_finalized_submissions" doesn't work at all.
If the form is configured as "multiple page form", ANY form submitted will be submitted in that formtools form ID.
(e.g. form with id 1 could end up in form with id 2, depending on what you submit the last.)
If form is configured as "single page form", you get error 302 (form already finalized) when loading the second form (which has the "may_update_finalized_submissions" line)
if "may_update_finalized_submissions" is not used in a form using the same form ID than previous page, there's no way to merge info in form page 2 into the same form ID (same output listing). Error is 302 too, obviously.
Have you ever gotten to work a 2 pages form in the same formtools installation that also receives leads from other forms not in that set, and NOT misdirecting the data to other form iD?
Thanks.
If the form is configured as "multiple page form", ANY form submitted will be submitted in that formtools form ID.
(e.g. form with id 1 could end up in form with id 2, depending on what you submit the last.)
If form is configured as "single page form", you get error 302 (form already finalized) when loading the second form (which has the "may_update_finalized_submissions" line)
if "may_update_finalized_submissions" is not used in a form using the same form ID than previous page, there's no way to merge info in form page 2 into the same form ID (same output listing). Error is 302 too, obviously.
Have you ever gotten to work a 2 pages form in the same formtools installation that also receives leads from other forms not in that set, and NOT misdirecting the data to other form iD?
Thanks.