Hi,
I'm using Chronoforms V5 with joomla 2.5.18. I have a form that writes into database, but action "DB Save" works fine only during "Test Form" and not in site navigation.
Using this code:
I noticed that queries are not equal in two versions. In the first case there is an INSERT query, in the latter, it's UPDATE query...
Can you help me?
I'm using Chronoforms V5 with joomla 2.5.18. I have a form that writes into database, but action "DB Save" works fine only during "Test Form" and not in site navigation.
Using this code:
<?php
pr(\GCore\Models\MODEL_NAME::getInstance()->dbo->log);
?>
I noticed that queries are not equal in two versions. In the first case there is an INSERT query, in the latter, it's UPDATE query...
Can you help me?