you mean when you use the "Save Data" action ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max,
it is indeed a Save Data Action (I would have liked to upload a screenshot, but I didn't know how).
Nicolas' suggestion didn't work for me. Either the update of an existing entry doesn't work or the insert of a new entry, depending on what I do with the PK field.
Jörg
is the "id" field set as Primary key in the table ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Jorg,
did you try this on v8 ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hi Max,
I could fix it, but I think I found a bug in CF7.
Instead of using a Save Data action for both update and insert, I am now using one for update (with a run condition) followed by one for insert. By intensive testing I learned , that the Save Data action does only work properly for inserts (when primary key is auto increment), if the field "Data Sets" is kept empty and the pk column is left out.
Here comes the bug in CF7: Everytime I open the Save Data action, CF7 automatically puts "Whole Form Data" in the field "Data Sets". Therefore, I must always remember to remove "Whole Form Data" before saving the form. That's annoying and errorprone.
Could you please fix this? Thank you so much.
Jörg