Multiple page input form

Hi Guys,

I’ve been working on a multiple page input form using the code provided by thaddeusmt on http://stackoverflow.com/questions/3548528/yii-multi-page-form-wizard-best-practice

I’ve got it all working but there is one more thing I would like to add. On the second page of the form, I am call a function within the model to display the difference between two dates entered on the first page of the form.

Please can you tell me how I can access the information entered on the first page, I was expecting $this->arrival to work as these fields validate successfully in the model?

Any advice would be greatly appreciated

Many thanks

Yogi

Sorry I was being stupid. :rolleyes:

All working now :lol: