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.
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.
Anybody?
I still can't get forms to add all data in database tables.
Greetings,
I still can't get forms to add all data in database tables.
Greetings,
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
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
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.