Forums

ChronoForms not saving specefic fields.

chetanmadaan 24 Jul, 2015
Hi -

We did a migration from ChronoForms V 4.0.6 to ChronoForms V 5.

The forms worked out fine and the Events (Setup) didn't migrated and i had to recreate it all.

One problem. the Database table is saving all the files but not the core fields... listed below.

cf_uid
cf_created
cf_ipaddress
cf_user_id

Any tips on what could be wrong?
GreyHead 25 Jul, 2015
Hi chetanmadaan,

Max changed some of the column names in CFv5 (I don't know what the reason was).
cf_id -> id
cf_uid -> uniq_id
cf_created -> created
cf_user_id -> user_id
cf_modified -> modified
cf_ipaddress // no longer included by default
cf_created_by // no longer included by default
cf_modified_by // no longer included by default


The simplest fix is to use PHPMyAdmin to change the column names to the new ones (though changing cf_id to id can have some side-effects if you show forms in articles).

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