I am using UmbracoCMS and Contour_1.1.12 While creating multi step forms, i need to dynamically decide, which form will be visible in the next step, based on certain field values the user has provided in the previous step.
For example in contour multi-step forms, there is a step in which user has to provide input using a checkbox field. After filling the form in this step the user will click the Next button to move to the next step. Now i want to either display or skip the next step based on whether the user selected the checkbox or not.
Many thanks.