Hello Experts,
I am having an issue with multistep form where a conditional step loads everytime web page is loaded. The condition is based on a lookup field in step 1 of multistep form. The condition is only evaluated when next button is clicked. I would like to have conditional step hidden and only show/hide when user clicks next of step 1.
You can achieve this by inverting the logic of your conditional step, the tabs display will assume the happy path by default, for example:
Step 1 / Condition / Step 2 / Step 3
Condition:
if A = 1
go to Step 2
else
go to Step 3
Change the condition to:
if A != 1
go to Step 3
else
go to Step 2
Fubar
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43