Forums

no data being saved to the database

charleyhankins 08 Apr, 2011
C'mon. nobody?

It was a breeze to create and connect to the db. but no records are being saved. I don't know where to start.
GreyHead 08 Apr, 2011
Hi charleyhankins ,

You have input names starting with a number e.g. 1_title. These are not technically valid HTML -- they will certainly break ChronoForms and MySQL.

Please change the input names and the corresponding database column names so that they start with a letter e.g. x1_title.

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.
charleyhankins 08 Apr, 2011
THANKS VERY MUCH! All working now. You are a rockin' machine.
.
.
.
.
And I bought you a beer. CHEERS!
This topic is locked and no more replies can be posted.