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
Gaetan MaubonGaetan Maubon 

Double "next" and "previous Button Flow Tab

Hi,

I have a problem, in my flow tab (launch by a visualforce page), I have 2 "Next" buttons :

User-added image
User-added image
How can i fix that ?

Thank you for your help :)
 
Best Answer chosen by Gaetan Maubon
James LoghryJames Loghry
In your flow:interview tag, use the buttonLocation attribute and set the location of the buttons to either top or bottom.  By not specifying anything, you're defaulting it to both top and bottom.  See here for more information: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_flow_interview.htm

All Answers

James LoghryJames Loghry
In your flow:interview tag, use the buttonLocation attribute and set the location of the buttons to either top or bottom.  By not specifying anything, you're defaulting it to both top and bottom.  See here for more information: https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_flow_interview.htm
This was selected as the best answer
Gaetan MaubonGaetan Maubon
Thank you very muck James, it's work very well !

Have a nice day.