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?
Hi Kel3vra , ,
Please enable the Debugger action then submit the form and copy and paste the debug results here.
Bob
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
after 1 hour i tried to registry new product! Which didn't saved on the db!
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.
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.
My job done thank you for your help!!