Clear save_date

Clear a persistent save_date field in ChronoForms.

Overview

The issue occurs when form field names are changed but the old field names remain stored in the database table due to caching or table management settings.
Manually create and manage your database table instead of using the auto-manage table feature to ensure field changes are applied correctly.

Answered
ChronoForms v6
Ma Maxvl 24 Nov, 2018
Hello
How to clear save_date?
Clearing the component cache does not help.
In the debugger, the fields that do not have base
Thanks
he healyhatman 24 Nov, 2018
Going to need a little bit more information sorry. What is "save_date", where is it, what are you doing with it? Some screenshots might help too.
Ma Maxvl 25 Nov, 2018
Clear save_date image 1
after a few cache flushes, the data changes occurred
he healyhatman 25 Nov, 2018
Might help if you show us what's actually in the save data action. A debug wouldn't hurt either.
Ma Maxvl 25 Nov, 2018
Steps:
1) For example, create a form - basic contact form (demo form)
2) Add Save Data (to save data in a database)
3) I change any field for example first_name on first_name5
In the debugger two fields at save_data10:Clear save_date image 2

After cleaning the cache, the result is the same.
he healyhatman 25 Nov, 2018
Answer
I wouldn't use auto manage table. Make the table yourself much more reliable
This topic is locked and no more replies can be posted.