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
anil Kumaranil Kumar 

Multi page navigation

Hi All,

I have requirement where i need navigate multiple visulaforce pages by clicking on save&next buttons on the page. Also i need to notify the user on the top of the page with bigger buttonns which page user is residing like page one, page two exc...
How to achive this in visualforce with out using bootstrap breadcrumbs?

User-added image
Thanks,
Anil Kumar
Tuur Dutoit 13Tuur Dutoit 13
In visualforce pages you can include any CSS you like, so you could style them yourself. The logic behind this might get complicated, though.
Something worth checking out is Visual Workflow (https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_intro.htm), a standard Salesforce feature that provides pretty much exactly the functionality you describe.