Hello, I would like to build a email sign-up form where users can type their email addresses and once the form has been submitted a modal will pop-up. Inside this modal I was planning to ask users some feedback with a check select field with different options.
- User input email address
- 1st form is submitted
- User can decide to offer additional feedback selecting one of a few options on a modal
- 2nd form is submitted
Is there any way I can then link the two forms submitted? I would like to keep record of email address and feedback together.
Hope you can help me.
Thank you