adding additional input fields

Kriss 25 Jun, 2008
After creating a table, what is the best way to update the table when additional input fields have been added to the form?
GreyHead 25 Jun, 2008
Hi Kriss,

If you have no important data saved then delete the table from the database; empty the Autogenerated Code tab in the ChronoForms Form Manager and save the Form. You will then see the Create Data Table link and be able to create a new table.

If you have important data than 'Back it up'. Use a MySQL tool like PHPMyAdmin to add the extra columns to the table and manually add the extra code to the Autogenerated tab.

There are some variations on this but these are the main approaches.

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