21
Views
2
Comments
Solved
Wizard
Question

How can I achieve this when a user goes to Step 2 he should not be able to go back on step 1 and also once step 1 is completed the icon should change to tick instead of number. Please let me know if you have any reference for this. Thanks in advance


UserImage.jpg
Aman Singh Rajput
Solution

Hello @Siddharth Vyas,

You can use an If inside icon placeholder of WizardItem and place the tick icon inside true and number inside false. Then you use a variable to control the If.


Regards,

Aman Singh Rajput

2023-09-21 12-55-43
SIRAJKHILJI

Hi @Siddharth Vyas 

Use If in a wizard to show the completed and number icon.

Also, it would help if you created a boolean-type local variable for each step and checked if all mandatory fields are filled. Use this local variable in If conditions.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.