Hello
I have a form with 2 pages and a submit button on the second page. On submit data is set to go to a table attached to the form. What I noticed is that only the fields on the first page are recorded into the table. The data in the fields on the first page do not go automatically into the table. Is this normal behaviour?
Thank you
Amelia
I have a form with 2 pages and a submit button on the second page. On submit data is set to go to a table attached to the form. What I noticed is that only the fields on the first page are recorded into the table. The data in the fields on the first page do not go automatically into the table. Is this normal behaviour?
Thank you
Amelia
Hi Amelia,
Please add a Multi-Page action to the beginning of each event in your form. That will handle the transfer of data between pages. The one at the beginning of the On Load event will be used if the form is republished or the user goes back to a previous page. The one on the last submission event should be set to delete the data when it is run.
Bob
Please add a Multi-Page action to the beginning of each event in your form. That will handle the transfer of data between pages. The one at the beginning of the On Load event will be used if the form is republished or the user goes back to a previous page. The one on the last submission event should be set to delete the data when it is run.
Bob
This topic is locked and no more replies can be posted.