Problem with collected info by form

Problem with collected info by form

Tuesday 20 February 2007 8:43:15 am - 3 replies

Author Message

André R.

Tuesday 20 February 2007 8:49:57 am

Have you remembered to copy all hidden input tags from the default template ?

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Stéphane Bullier

Tuesday 20 February 2007 8:56:31 am

Hello André R.,

Yes I think.

Look a sample of my code :

     <form method="post" action={"content/action"|ezurl}>
		
		<input type="hidden" name="TopLevelNode" value="{$node.node_id}" />

    {* Registration type *}
		<p>
			* {$node.data_map.registration_type.contentclass_attribute_name}
			{attribute_view_gui attribute=$node.data_map.registration_type}
		</p>


            <input type="submit" class="defaultbutton" name="ActionCollectInformation" value="{"Send form"|i18n("design/base")}" />
            <input type="hidden" name="ContentNodeID" value="{$node.node_id}" />
            <input type="hidden" name="ContentObjectID" value="{$node.object.id}" />
            <input type="hidden" name="ViewMode" value="full" />

</form>
 

Stéphane

Stéphane Bullier

Wednesday 21 February 2007 1:04:58 am

I solved my problem. The problem was about an attribute selection in my form.

Stéphane

You must be logged in to post messages in this topic!

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