Hi, we're using the Gravity Form and built it up on our page, with following field:
Text Field:
- Name
- E-Mail
Checkbox:
- Want to receive Newsletter
- I allow you to send my E-Mail to your partners
Now, if people make their choise to receive E-Mails from us or allows us, to send his E-Mail adress to our partners, we need a double opt-in. We dont want to use the MailChimp.
If the form sends an email to the person, we want to generate a registration link, maybe like this:
"Please click the confirmation link:
http://www.yourdomain.com/?id="{email}+{name}..."
After clicking this, this person with that name and e-mail must be registered to newsletter list, maybe via PHP script on the confirmation page.
Is that possible?
Anyone has solved the double opt-in in anyway?
Thx for answering!