Friday 31 July 2009 6:35:54 am
I am able to display only send button....following is the code in meeting rfp page {* Meeting RFP - Full view *} {* form introduction *} <form method="post" action={"content/action"|ezurl}> {* Given Name *} <h4>{$node.data_map.given_name.contentclass_attribute.name}</h4> <div class="attribute-given-name"> {attribute_view_gui attribute=$node.data_map.given_name} </div> {* Form buttons - Processing *} <div class="content-action"> <input type="submit" class="defaultbutton" name="ActionCollectInformation" value="{"Send form"|i18n("design/ezwebin/full/feedback_form")}" /> <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" /> </div> </form> can any one tell where i am going wrong....
|