views:

14

answers:

0

Hi friends,i have one critical scenario.I have a index page of a user area.there if i click Register button i will go to register form .after registering if i click register button in that form it will go to registration confirmation page.If i click Continue button in that page i have to go to order page i,e it will go order controller post method.But my problem is i enter into the user module by entering the event id in url.if i click register i have to pass that eventid to registration view and from that to Registration Confirmation view and Finally from Confirmation view if i click continue button i have to go to order view by passing eventid to the order post action.

Please tell me how to pass event id to registration view and from registration to confirmation view and to order view.

thanks in advance,