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
seshu.babu1.3923612903234636E12seshu.babu1.3923612903234636E12 

how to build application for probing questions?

Hi,
I want build an application, that is we have to get the probing question. based on the answer the next should appear. If anybody knows please provide me the answer.

Thanks
pconpcon
Creating a Wizard [1] might be what you want to do.  Or else you could do it in a series of Visualforce pages and choose the next page yourself.  You'd probably have a better user experience if you did it in a client-side javascript library (something based on Angular) and then saved the final result to Salesforce.

[1] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_wizard.htm