Question
How to Reload only step 3 of Wizard instead of entire wizard
Hi all,
I have a custom wizard with 3 wizard steps. In the 3rd step, I have custom button which will open a popup, perform an activity and returns some value to the callback js function in 3rd step. After I receive that value, when I try to reload from javascript function, entire wizard is reloading again and it is going back to 1st step. I need to refresh only 3rd step instead of entire wizard.
Can anyone help me on this?

