Hello,
I'm building an app where I am splitting the form with over 100 questions into multiple screens. The question amount will be dependent on if the user selects level A,B,C, or D. Selecting "A" will have the most questions, and some questions which aren't applicable for B,C, or D will not be present on those forms.
I want to ensure that the user knows they selected the correct letter. On the loading of the next page, I have created a group called Popup with my transparent rectangle, buttons and a warning message: "Are you sure you want to complete the audit for level A?"
I'd like to have the pop up be present when the page loads and then navigate back to the first screen selecting the level when selecting button "No. Go back" and also to no longer be visible when the user selects: "Yes. Proceed" so they can move on with the form entry.