To explain the situation: I would like the user to click “Submit” on a form, then navigate to another page. This will happen if a user submits the form and clicks “No” (on an arbitrary radio button). However:
When a user submits a form and they click “Yes”, a pop up form should appear for them to sign up. If they sign up/log in, the form should disappear and they should navigate to the next page. If they choose to not sign up/log in, they can click the “x” at the top right of the screen, hide the form, then navigate to the new page.
What I need help with is: how do I get the logic to allow the above paragraph to happen? I would love to say navigate to the new page only when the pop up is not visible, however, that option doesn’t seem to be available.
I would love to know if anyone has had a similar problem or has a solution. Thank you!