Hello everyone,
I am trying to build a Contact List using the email entered from an anonymous survey, then send an email reminder to those who didn't complete the survey.
In other words: I asking participants for their email address at the start of the survey, and then use this for an email action to remind them to complete.
I am assuming that I would need to use JavaScript to collect the email using the addOnPageSubmit function, however I would appreciate any code here than can allow me to collect the email and build a contact list from that.
Thank you guys!
Page 1 / 1
You don't need Javascript for this.
1. The email ids will be stored in your response database
2. You can use that answer to send them the email
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.