Added a field to the form but can't get it saved in table.

AntonieB 07 Jun, 2010
I added 1 extra field to a form by using the 'Wizard Edit'. Made sure the field is also added to the datatable I was using to save my data to.

But somehow I can't get my form to save the extra field to the database. The other fields are still saved to the database without any problem only the added field isn't there.

Is this a known problem? or am I forgetting something? in debug I see the query inserting my data except for the newly added field.
AntonieB 01 Jul, 2010
Anybody?

I still can't get forms to add all data in database tables.

Greetings,
GreyHead 01 Jul, 2010
Hi AntoineB,

You need to refresh the DB Connection after any changes to database column names. In the Form Editor click the DB Connection tab and set the Connection to 'No'. Click the 'Apply icon in the toolbar to save the form, open the DB Connection tab, set the Connection back to 'Yes' and re-save the form. This will refresh the copy of the table information that ChronoForms uses.

Bob
SPABO 06 Jul, 2010
And add this new field in the db-table I quess
coolgrafix 08 Jul, 2010

Hi AntoineB,
You need to refresh the DB Connection after any changes to database column names. In the Form Editor click the DB Connection tab and set the Connection to 'No'. Click the 'Apply icon in the toolbar to save the form, open the DB Connection tab, set the Connection back to 'Yes' and re-save the form. This will refresh the copy of the table information that ChronoForms uses.


Woot! That worked for me, also. Was having the same trouble. I think I ran into this before and bumbled into the solution by accident, then naturally forget the solution this time around.

Thanks! =)
This topic is locked and no more replies can be posted.