Form working in test form mode but not on site.

amber 25 Sep, 2013
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
<?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.
GreyHead 28 Sep, 2013
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
amber 07 Oct, 2013
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.
GreyHead 07 Oct, 2013
Hi amber,

Then something is broken . . .

Bob
This topic is locked and no more replies can be posted.