Friday 02 October 2009 7:55:39 am
Hi All, When an anonymous user publishes an object via a form the user is redirected to a confirmation page. Depending on the value of some checkboxes the confirmation page provides feedback to the visitor. To get these values I fetch the last published object {def $last_published = fetch( 'content', 'list', hash( 'parent_node_id', 11184,
'sort_by', array( 'modified', false() ),
'limit', 1 )) }
By doing so I don't get the values in the object just published by the anonymous user but the values of the previous object. How to solve this so I can retrieve values entered by the anonymous user? Thanks!
|