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?
What's the problem?
Hi Kel3vra , ,
Please enable the Debugger action then submit the form and copy and paste the debug results here.
Bob
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
i don't want the visitor to see the debugger results
Hi kel3vra,
Your form is loaded inside an article page ? does the page url has the "id=46" value ?
Best regards,
Max
Your form is loaded inside an article page ? does the page url has the "id=46" value ?
Best regards,
Max
Then you will need this code before the "db save" action, use a "custom code" action:
Best regards,
Max
<?php
$form->data["id"] = null;
Best regards,
Max
This topic is locked and no more replies can be posted.