Hello there,
First of all: Thank you for making available your component!
My problem is: The data filled in the forms are not saved in the database.
I copied the "Basic contact form with fields validation". Under "Setup" I added the "DB save" option. I followed the instructions in your video on https://www.youtube.com/watch?v=kRL__AsJw9g . But still: The data is not saved in the database. The debug info reports: "
What did I do wrong?
Thank you in advance.
Kind regards
Frank
First of all: Thank you for making available your component!
My problem is: The data filled in the forms are not saved in the database.
I copied the "Basic contact form with fields validation". Under "Setup" I added the "DB save" option. I followed the instructions in your video on https://www.youtube.com/watch?v=kRL__AsJw9g . But still: The data is not saved in the database. The debug info reports: "
Array
(
[3] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => INSERT INTO `jos__chronoengine_chronoforms_datatable_demo-basic-2` (`user_id`, `created`) values ('0', '2014-08-11 00:42:13');
)
)
)
What did I do wrong?
Thank you in advance.
Kind regards
Frank
Hello frankfin,
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
How do I save form data to a database table?
How to load record data from a database table into your form
How to debug database queries
How can I edit my database table and debug queries?
How can I connect to another database?
How can I select 'types' in a database table?
How can I edit a record from a database table?
How can I add a new column to a database table or change a column type?
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
How do I save form data to a database table?
How to load record data from a database table into your form
How to debug database queries
How can I edit my database table and debug queries?
How can I connect to another database?
How can I select 'types' in a database table?
How can I edit a record from a database table?
How can I add a new column to a database table or change a column type?
P.S: I'm just an automated service😉
This topic is locked and no more replies can be posted.
