Forums

ChronoForms Save to DB

Kel3vra 29 Mar, 2017
I create a Chronoform as the tutorial shows in youtube after 3 records it stopped to savetoDB but the email still send me the new registrations.
What's the problem?
GreyHead 29 Mar, 2017
Hi Kel3vra , ,

Please enable the Debugger action then submit the form and copy and paste the debug results here.

Bob
Kel3vra 29 Mar, 2017
Now the registry has saved in the DB but because the debugger was on?
i don't want the visitor to see the debugger results
Kel3vra 29 Mar, 2017
after 1 hour i tried to registry new product! Which didn't saved on the db!
Max_admin 29 Mar, 2017
Hi kel3vra,

Your form is loaded inside an article page ? does the page url has the "id=46" value ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin 29 Mar, 2017
Then you will need this code before the "db save" action, use a "custom code" action:

<?php
$form->data["id"] = null;


Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Kel3vra 03 Apr, 2017
My job done thank you for your help!!
This topic is locked and no more replies can be posted.