Hello,
I am trying to save the contents of a chronform to a db. The db fails to be written with the form's content is not written into the database if I try. Inspecting the Joomla! source code of the form, I find it perfoms a mysql UPDATE query instead of an INSERT INTO query. Is this expected behavior?
I solved the issue by INSERTing a record first using custom code so the form can actually UPDATE that record. But in previous versions of Chronoforms I did not have this issue and db save actions would work out of the box.
Best regards
Erik
I am trying to save the contents of a chronform to a db. The db fails to be written with the form's content is not written into the database if I try. Inspecting the Joomla! source code of the form, I find it perfoms a mysql UPDATE query instead of an INSERT INTO query. Is this expected behavior?
I solved the issue by INSERTing a record first using custom code so the form can actually UPDATE that record. But in previous versions of Chronoforms I did not have this issue and db save actions would work out of the box.
Best regards
Erik