Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

Two more hidden inputs also required.

After much painful trail and error I have determined that the following hidden input fields are required within the form:
<input type="hidden" name="ContentObjectID" value="{$node.object.id}" />
<input type="hidden" name="ContentNodeID" value="{$node.node_id}" />

[Why oh why isn't this documented!? It simply does not work without it :-[

Anonymous User (27/09/2005 3:53 am)

Anonymous User (27/09/2005 3:55 am)


Comments

There are no comments.