Create a simple form

Author Message

Anthony M.

Thursday 24 January 2008 3:20:15 am

Hi,

i have created a new class with the field 'coord_x', and i want to make a simple form like this, in order to modify the field 'coord_x' in a node :

<form action={"content/action"|ezurl} enctype="multipart/form-data" method="post" >

<input type="hidden" name="ContentNodeID" value="187" />
<input type="hidden" name="ContentObjectID" value="190" />
      
<input type="text" value="" id="coord_x" name="coord_x">
      
<input type="submit" name="PublishButton" value="Envoyer" />

</form>

but it's doesn't work...
can you help me ?

Thanks

Anthony

*- pike

Friday 25 January 2008 4:18:04 am

the name of the formelement should be different at least - something like

name="ContentObjectAttribute_ezinteger_data_int_2034"

or, you could use the

{attribute_edit_gui attribute=$attribute}

who said it would be ez ? :-)

*-pike

---------------
The class eZContentObjectTreeNode does.

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 00:36:24
Script start
Timing: Jan 31 2025 00:36:24
Module start 'layout'
Timing: Jan 31 2025 00:36:24
Module start 'content'
Timing: Jan 31 2025 00:36:24
Module end 'content'
Timing: Jan 31 2025 00:36:24
Script end

Main resources:

Total runtime0.0224 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0052 588.0313151.1953
Module start 'layout' 0.00520.0033 739.2266220.6563
Module start 'content' 0.00850.0123 959.8828997.7891
Module end 'content' 0.02080.0016 1,957.671929.9922
Script end 0.0224  1,987.6641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002511.0400140.0002
Check MTime0.00104.5381140.0001
Mysql Total
Database connection0.00083.674710.0008
Mysqli_queries0.002310.374430.0008
Looping result0.00000.044710.0000
Template Total0.00125.410.0012
Template load0.00093.910710.0009
Template processing0.00031.436510.0003
Override
Cache load0.00062.635910.0006
General
dbfile0.00135.915080.0002
String conversion0.00000.030840.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