Hi Forum,
Does anybody know how to add an optional step in a multi-step form, depending on a radio-check/uncheck with «Optional Wrapper»?
My Challenge:
I would like to build a multi-step form with 3-4 steps.
Multi-step Form:
Q1: Your name?
[Text-Field]
[Next-Step-button]
[step 1]
Q2: Do you have a website?
( ) Yes.
( ) No.
[Previous-Step-button] [Next-Step-button]
[step 2]
[Optional Wrapper if Q2: “Yes”]
Q3: What is your website-URL?
[Text-Field]
[Previous-Step-button] [Next-Step-button]
[step 3] (Optional)
[/Optional Wrapper if Q2: “Yes”]
Q4: What is your email?
[Text-Field]
[Previous-Step-button] [submit-button]
Problem:
I can not find a solution for.
- Unfortunately the optional [step 3]-Element in the [Optional-Wrapper] seams to be invisible for Bricksforge Multi-Step solution.
- Otherwise, outside of Optional Wrapper, I got problems with doubled visible buttons for [Previous-Step-button] [Next-Step-button].
Question:
-
Does anybody has figured out, how to use «step»-Elements in «Conditional Wrapper»?
-
Is there a workaround for “optional additional steps” depending on the answer of previous questions?
-
If I missunderstood something elemetary wrong, do you have some Link to the right docs about or maybe some working real-world solution?