Forums

form data into table

ataylor14 27 Sep, 2014
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
GreyHead 27 Sep, 2014
Answer
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
ataylor14 30 Sep, 2014
1 Likes
Again I am reminded that if one does not follow the programming 'rules' strictly one cannot expect the desired effects.
Thank you for your help.
This topic is locked and no more replies can be posted.