function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
srikanth julakantisrikanth julakanti 

multiple pages data stored in single detail page using vf

i want know about if we create an application in that process we have 5 steps so starting 4 pages we entered the data like application name,image and so and so in 5th page we have save button if we click on save total 4 pages data stored in 5th page i want that functionality using vf and controller plz any one can suggest some syntax or ping some code
Best Answer chosen by srikanth julakanti
ShashankShashank (Salesforce Developers) 
You should create this in a "wizard" style. These links may help you in achieving it:
https://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_wizard.htm
http://smgoodyear.com/2012/01/25/a-visualforce-wizard-framework/