Forums / Setup & design / Form process problem
Marko Žmak
Wednesday 03 November 2004 6:10:01 pm
I have a form on my site which should send an email after being ut when I post the form to form/process I get "Access denied" error. I've cleared the caches and allowed to anonymous user:
form * *
in the roles section. But it still doesn't work. What else should I do?
-- Nothing is impossible. Not if you can imagine it! Hubert Farnsworth
Łukasz Serwatka
Thursday 04 November 2004 1:13:38 am
Hi Marko
Did u set module=enabled in your site.ini file?
[FormProcessSettings]Module=enabled
Maybe there is a problem?
Personal website -> http://serwatka.net Blog (about eZ Publish) -> http://serwatka.net/blog
Friday 05 November 2004 5:56:20 am
Yep that was the problem, thanks.
But now I have another problem. The mail is not arriving at the designated email. I've put the correct variable in the cntact form:
<INPUT type="hidden" name="MailSendTo" value="[email protected]">
What coud be the problem?
Friday 05 November 2004 6:00:27 am
Try with SMTP if still don`t work try with sendmail. I had problem with form process when i use smtp. site.ini.append there u will find it
Friday 05 November 2004 6:59:30 am
I'm already using sendmail. Something else is wrong. (I cleared the cache also).I forgot to mention, after processing the form I get the answer that everything went O.K. but the mail just isn't sent.
How can I find what's going on? Is there any log file where I colud find what happend?In the debug info on the page I get no information about any error.
Friday 05 November 2004 7:02:52 am
Did u try with SMTP? Fill the username & password ...
Friday 05 November 2004 7:23:22 am
Tried SMTP, still nothing. But the sendmail should wor since it woks on the server that's hosting my site. Is there any way I could find what happens?