By waverate on
I need a rule created that after saving a node, displays a summary of the content on a page and a link to proceed/go back.
This is to be used as a confirmation page. It will also display different information based on the values of some of the fields in the node.
Please reply through contact form.
Comments
SOLVED
By Niyas:
So now if you create new content, it will redirect to http://www.example.com/node/1?nid=(here the newly created node id).
In page node/1, you can get the value using body field similar to the below:
and save the node/1.
So whenever you create the new content, it will redirect to node/1 and the result will be the array values of the newly created content.
Please be sure to enable the php format.