Hi,
I've actually found a solution.
You can set
Hope this saves somebody else's time.
Mateusz
I've actually found a solution.
You can set
SomeWizardPage.NextPage = ConditionToEvaluate ? OnTrueWizardPageName : OnFalseWizardPageName;
in the code backend.Hope this saves somebody else's time.
Mateusz