Hello,
I have my form attached to a DB table to save the submissions. This is all working correctly and saving to the DB.
I have since added an additional field to the form, I have added a new field to the database table named the same ID as the form field. However when I submit a test submission it does not save this new field data into the database table.
How can I add this new field to the set of fields already saving to the DB table? I do not want to create a new db table to attach as then when the client exports the data they will not get the historical submissions.
Thanks
Lee
I have my form attached to a DB table to save the submissions. This is all working correctly and saving to the DB.
I have since added an additional field to the form, I have added a new field to the database table named the same ID as the form field. However when I submit a test submission it does not save this new field data into the database table.
How can I add this new field to the set of fields already saving to the DB table? I do not want to create a new db table to attach as then when the client exports the data they will not get the historical submissions.
Thanks
Lee
This topic is locked and no more replies can be posted.