Blank page after form submission
Permalink
I'm extending the external form. My form looks like this:
where 'submit_form' is a function in the controller which sends an email. But when the form is submitted I get a totally blank white page.
Anyone know what's wrong? Thank you.
PS. If I use the controller code directly in the form file, everything works fine.
Ah, and I get this in the address after submission: "http://192.168.1.2/c5/index.php?cID=64&bID=45&arHandle=Main&ccm_token=1277133886:0812a5f730319cb62ac6fbabd426c9ef&btask=passthru&method=submit_form"
There are no error messages, no error logs, nothing.
<form action="<?php echo $this->action('submit_form')?>" method="post">
where 'submit_form' is a function in the controller which sends an email. But when the form is submitted I get a totally blank white page.
Anyone know what's wrong? Thank you.
PS. If I use the controller code directly in the form file, everything works fine.
Ah, and I get this in the address after submission: "http://192.168.1.2/c5/index.php?cID=64&bID=45&arHandle=Main&ccm_token=1277133886:0812a5f730319cb62ac6fbabd426c9ef&btask=passthru&method=submit_form"
There are no error messages, no error logs, nothing.
Although I wonder why there was no error?