You need to sign in to do that
Don't have an account?
Derek Patrick Daya
Pagination on form Visualforce Page
Hi all,
I have created a VF page with a form that allow users to create a record in Salesforce, it 100% working but I've received couple of feedbacks from my users that the form is too long.
To make it short I need to divide the form into different pages but what I wanted to know is if its possible for me to use pagination on the form.
Any ideas are welcome on how to make a form short without having to create multiple Visualforce pages as I am not sure how would that work without losing the values inputted from the previous page.
Thank you!
You can convert your page to a wizard. Here is an example of how to create a wizard in salesforce.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_wizard.htm
Hope it will help you.
All Answers
Below are the links for pagination:-
http://www.sfdcpoint.com/salesforce/pagination-using-standard-set-controller-salesforce/
You can convert your page to a wizard. Here is an example of how to create a wizard in salesforce.
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_wizard.htm
Hope it will help you.
Hi Rojit,
Thank you for the suggestion but it's not what I am looking for. Good article though!
Hi Arpit,
The article you've given is on point! Thank you!