I have setup the db using the tool within chronoforms but its not saving the data, the debug info is showing the db call but for some reason it showing it trying to update rather than insert? Is this intentional? Its also looking for a id that obviously does not exist, as nothing has been added?
Any ideas?
ta
Dave
Any ideas?
ta
Dave
26] => Array
(
[DB Save] => Array
(
[Queries] => Array
(
[0] => UPDATE `XXXX_chronoengine_chronoforms_datatable_controlzapp` AS `Data` SET `Name` = 'gfwer', `Organisation` = 'thunder', `Email` = 'dasd@Asd.com', `Telephone` = '1234123123', `Address_1` = '2345', `Address_2` = '2345', `CityTown` = '2345', `PostcodeZIPcode` = '2345', `Country` = '2345', `productinfo` = 'yes', `button13` = 'Submit', `user_id` = '42', `modified` = '2014-07-15 07:33:42' WHERE `id` = '501';
)
)
)