Multi page form submits data twice in table

elove 23 Jun, 2011
I have created a multi page form that saves records to a database. The purpose of this multi page form is to create a set-up wizard for users to set up an account on a new system. The individual forms work correctly - the user submits data and and it is stored in the corresponding database table. However, when I include these forms in a multi part form, the record saves twice. Do I have to create a separate form (duplicate) just for the multi part form to save the record only once? I tried disabling data storage on the mother form to see if the individual forms would just submit on their own but this didn't work.
GreyHead 26 Jun, 2011
Hi elove,

Which version of ChronoForms is this?

The data should only save once unless there are two separate DB Connections enabled. Even then, provided that the primary key of an existing record is included in the form data the record should be updated rather than duplicated.

Bob
This topic is locked and no more replies can be posted.