I have included the “Verification” action in the form.
However, we need two confirmations, one for the lead magnet and one for the newsletter, if the website visitor has selected the checkbox for the newsletter.
The verification email for the newsletter, which is what the form is intended for, should always be sent. The newsletter email should only be sent if the “I would also like to subscribe to the newsletter” checkbox is selected.
Is it possible to implement these conditions? Or do you have any ideas for mapping this business process? We have always done the double opt-in for newsletters this way.
I tried it alraedy this way:
The problem here is I have two mails. The verification link is always the same so if the user clicks on it in the first mail the second mail doesn't work. Is it possible to create two different links and two different success responses?
If not the only way is probably to "call hook" and send the second mail there.
I have included the “Verification” action in the form.
However, we need two confirmations, one for the lead magnet and one for the newsletter, if the website visitor has selected the checkbox for the newsletter.
The verification email for the newsletter, which is what the form is intended for, should always be sent. The newsletter email should only be sent if the “I would also like to subscribe to the newsletter” checkbox is selected.
Is it possible to implement these conditions? Or do you have any ideas for mapping this business process? We have always done the double opt-in for newsletters this way.
I tried it alraedy this way:
The problem here is I have two mails. The verification link is always the same so if the user clicks on it in the first mail the second mail doesn't work. Is it possible to create two different links and two different success responses?
If not the only way is probably to "call hook" and send the second mail there.