Forums / General / form processing doesn`t work properly
Mieczyslaw Morzonek
Monday 26 July 2004 2:14:39 am
I ve build simple form like this
<form method="post" action={"/form/process"|ezurl}> <input name="surname" type="text" class="inputForm" size="43" /> <input name="email" type="text" size="43" class="inputForm" /> <textarea name="message" cols="30" rows="10" wrap="VIRTUAL" class="inputForm"></textarea> <select name="MailSendTo" id="MailSendTo" class="inputForm"> <option value="first@example.com">First</option> <option value="second@example.com">Second</option> <option value="third@example.com">Third</option> </select> <input type="submit" name="Submit" value="Send" class="inputForm" /> </form>
I enabled form module in site.ini.append. I gave right rule to anonymouse user.When i submit the everything seems to be OK (The message was sent successfuly) but the email with collected data isn`t send to right address.
Where is the problem:(?
Thanks for any help
Alexandre Souza
Wednesday 15 September 2004 1:43:59 pm
Hi,
I have some problems with forms too.
When I put "enabled" in the parameter "module=" on site.ini.append.php in my site folder, all site become restricted access.
What's doing?