Hi,
I have created a form, it works fine when I test it using the test form.
However it is not working on the site.
I tried putting a custom code in the on load event
Nothing happens when I load the page containing the form(the page is displayed as usual).
custom code is not executed.
Also validations, etc. are not working.
Please help.
I have created a form, it works fine when I test it using the test form.
However it is not working on the site.
I tried putting a custom code in the on load event
<?php
die();
?>
Nothing happens when I load the page containing the form(the page is displayed as usual).
custom code is not executed.
Also validations, etc. are not working.
Please help.
Hi amber,
That sounds exactly right to me. Using die() will end the code execution in that Custom Code action - as it is the only code in the action then nothing happens.
Bob
That sounds exactly right to me. Using die() will end the code execution in that Custom Code action - as it is the only code in the action then nothing happens.
Bob
Hi,
It doesn't execute any code. for e.g. I try to put a echo or something, also
any validations in the form also wont work.
It doesn't execute any code. for e.g. I try to put a echo or something, also
any validations in the form also wont work.
This topic is locked and no more replies can be posted.