Form

Author Message

Finn David Nilsen

Tuesday 30 December 2003 2:56:28 pm

I try to make a form. First I made a infopage, and then I made a tml with the form inside, connected to the infopage node. So far everythings ok. But when I try the form at the usersite, it wont run.

This is the problem:
<form action="/form/process" method="post">
What is the right call....?

I'm using ez 3.3

Balazs Halasy

Friday 02 January 2004 1:52:26 am

Could you please be a bit more specific? What kind of form are you trying to implement. What is the entire code for your form? Why "won't it run"? Are there any error or debug messages?

Balazs

Finn David Nilsen

Friday 02 January 2004 11:18:59 am

Here is my override template for the node 231 (and class 10, infopage):

<form action="/form/process" method="post">

<p><b><font color="#000000" face="Arial" size="3">Type kommentar:</font></b></p>
<dl>
<dd><b><font color="#000000" face="Arial" size="3"><input type="radio" name="MeldingsType" value="Klage">Klage  <input type="radio" checked name="MeldingsType" value="Forslag">Forslag<input
type="radio" name="MeldingsType" value="Ros">Ros</font></b></dd>
</dl>

<p><strong><b><font color="#000000" face="Arial" size="3">Hva vil du kommentere?</font></b></strong></p>
<dl>
<dd><b><font color="#000000" face="Arial" size="3"><select name="Emne" size="1">
<option selected>Web-område</option>
<option>Webhotell</option>
<option>Linker</option>
<option>Tips om linker</option>
<option>Annet</option>
</select> Andre: <input type="text" size="26" maxlength="256" name="AndreEmner"></font></b></dd>
</dl>

<p><strong><b><font color="#000000" face="Arial" size="3">Skriv inn kommentarene dine i feltet nedenfor:</font></b></strong></p>
<dl>
<dd><b><font color="#000000" face="Arial" size="3"><textarea name="Kommentarer" rows="5" cols="42"></textarea></font></b></dd>
</dl>
<dl>
<dd>
<table>
<tr>
<td>
<b><font color="#000000" face="Arial" size="3">Navn</font></b> </td>
<td>
<font face="Arial Black" color="#000000" size="2"><b><input type="text" size="35" maxlength="256" name="BrukerNavn"> </b></font></td>
</tr>
<tr>
<td>
<b><font color="#000000" face="Arial" size="3">E-post</font></b> </td>
<td>
<font face="Arial Black" color="#000000" size="2"><b><input type="text" size="35" maxlength="256" name="BrukerEpost"> </b></font></td>
</tr>
</table>
</dd>
</dl>
<input type="hidden" name="MailSubject" value="Form information" />
<input type="hidden" name="MailSendTo" value="webmaster@hedmarkonline.no" />

<input type="hidden" name="MailSendFrom" value="webmaster@hedmarkonline.no" />

<input type="hidden" name="RedirectTo" value="http://www.hedmarkonline.no/ez/index.php" />

<p><font face="Arial Black" color="#000000" size="2"><b><input type="submit" value="Send kommentarer"> <input type="reset" value="Tøm skjema"></b></font></p>
</form>

The form can bee seen "in action" here:
http://www.hedmarkonline.no/ez/index.php/content/view/full/231

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 11:23:14
Script start
Timing: Jan 31 2025 11:23:14
Module start 'layout'
Timing: Jan 31 2025 11:23:14
Module start 'content'
Timing: Jan 31 2025 11:23:14
Module end 'content'
Timing: Jan 31 2025 11:23:14
Script end

Main resources:

Total runtime0.0245 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0072 588.0078151.1953
Module start 'layout' 0.00720.0024 739.203136.5938
Module start 'content' 0.00960.0129 775.796994.0938
Module end 'content' 0.02250.0020 869.890633.9922
Script end 0.0245  903.8828 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002510.2397140.0002
Check MTime0.00104.1818140.0001
Mysql Total
Database connection0.00145.622410.0014
Mysqli_queries0.002710.962930.0009
Looping result0.00000.049610.0000
Template Total0.00156.110.0015
Template load0.00114.631910.0011
Template processing0.00031.415310.0003
Override
Cache load0.00072.744110.0007
General
dbfile0.00218.536780.0003
String conversion0.00000.021440.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