Hello, I am trying to accomplish the following:
- A modal comes up on load asking for an email address
- The user enters their email address and it is captured as form data
- The modal closes and the user is presented with 3 options, each with a button
- The user clicks one of the 3 buttons, and which button they clicked is captured as form data
- The user is presented with another 3 options, each with a button
- The user clicks one of the 3 buttons, and which button they clicked is captured as form data
- The form is automatically submitted with (1) the user's email, (2) the user's first click, and (3) the users second click
Help is appreciated. Thanks!
