I'm perplexed. It seems that the forms are saving some of my data to the database, but others, it's not. I have a dev and live server (same Joomla and Chronoform versions). I try demo forms and forms I create - I have problems with both. I've had more luck on the dev server, but it's not consistent. If I do add another field, I always delete the cache, and the debugger shows me that the fields are part of the data array, but are not being inserted into the db. I also drop the db in phpMyAdmin when I add any fields. Any ideas?
Forums
Some data saves, some doesn't
Hello jawi,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
Some email data is missing
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
My CFv5 form data isn't saving to the database correctly
How do I save form data to a database table?
How to load record data from a database table into your form
Some email data is missing
P.S: I'm just an automated service😉
Seems I got it to work- I just have to delete the databases entirely, and use a new one each time. Not sure why.
Hi Jawi,
New fields will not be saved if the database tables has been already created, you will need to either drop the table (or ignore it) and create a new one, or add the field manually to the table AND delete the cache.
Regards,
Max
New fields will not be saved if the database tables has been already created, you will need to either drop the table (or ignore it) and create a new one, or add the field manually to the table AND delete the cache.
Regards,
Max
This topic is locked and no more replies can be posted.