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
|