Hallo Max,
In my production cf7 I discovered an issue with the "Delete Data" action:
When you only have PHP conditions (Where clause) then the actual DELETE action is not performed.
I think it is missing: "$result = $Model->delete();" after line #267 in "administrator\components\com_chronoforms7\chronoforms\libs\models.php"
When I added this, it works Okay for me..
regards,
Peter
In my production cf7 I discovered an issue with the "Delete Data" action:
When you only have PHP conditions (Where clause) then the actual DELETE action is not performed.
I think it is missing: "$result = $Model->delete();" after line #267 in "administrator\components\com_chronoforms7\chronoforms\libs\models.php"
When I added this, it works Okay for me..
regards,
Peter