Hi guys,
Currently I am trying to make a two page form. The first page consists of the form elements. When the user clicks the submit button the node is saved.Now what I want is to redirect the user to a second page where he is given two links. One to add images which is to be linked with the node and another link is a general user's page link. Now I tried to change the #redirect property of the form so that the user is redirected to a custom page. But this is not enough.Since the node is already saved, I want to pass the saved node id to this new page as well.The images need to be related to this node.

So how can I implement this.
I don't think this is the case of multipage form. Since only the first page consists of the form elements not the second.
I also tried to use Pageroute but it is not feasible in the case of my custom modules

So is there any way that I can pass the information to this second page