add new field to database

How to add a new form field to an existing ChronoForms database table.

Overview

The issue occurs when a new field is added to a form but the corresponding database table is not updated to store the data.
Manually add the new column to the database table using a tool like phpMyAdmin, ensuring the column name matches the form field's name or ID exactly. Then, configure the form's Save to DB action to include the new field for data storage.

Answered
se seppo 21 May, 2016
Hi,

If I add a new field to form, how can I update database to accept it?
Situation: I have created a database for the form. Later I added 1 more field. I added it also staright to database through phpMyAdmin, placing exactly same name as is filed name/ field id at the form. But it doesn't update the field (textarea, varchar (256) ).

I found an older thread about ChronoForms v3 where was intstructions how to do it at that version of CF, but how to achieve same in CF5?

Thanks in advance!
This topic is locked and no more replies can be posted.