form processing doesn`t work properly

Author Message

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?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 01:17:26
Script start
Timing: Jan 31 2025 01:17:26
Module start 'layout'
Timing: Jan 31 2025 01:17:26
Module start 'content'
Timing: Jan 31 2025 01:17:26
Module end 'content'
Timing: Jan 31 2025 01:17:26
Script end

Main resources:

Total runtime0.0267 sec
Peak memory usage8,192.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 588.1484151.2109
Module start 'layout' 0.00560.0043 739.3594220.6875
Module start 'content' 0.00990.0151 960.0469997.6953
Module end 'content' 0.02500.0017 1,957.742229.9922
Script end 0.0266  1,987.7344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002810.6042140.0002
Check MTime0.00114.2415140.0001
Mysql Total
Database connection0.00072.665610.0007
Mysqli_queries0.00259.234730.0008
Looping result0.00000.086710.0000
Template Total0.00124.510.0012
Template load0.00093.430710.0009
Template processing0.00031.069110.0003
Override
Cache load0.00062.324110.0006
General
dbfile0.00248.915680.0003
String conversion0.00000.037540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs