Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gordon Saxby 1446 posts 1857 karma points
    Oct 20, 2016 @ 11:20
    Gordon Saxby
    0

    two stage signup

    Is it possible / has anyone done a two stage signup for Newsletter Studio?

  • Markus Johansson 1918 posts 5785 karma points MVP c-trib
    Oct 20, 2016 @ 11:25
    Markus Johansson
    0

    Hi Gordon!

    It's nothing that's built in out of the box but you could easily create this, use the code from the included opt-in form and add the verification step using ie. e-mail.

    // m

  • Gordon Saxby 1446 posts 1857 karma points
    Oct 20, 2016 @ 11:40
    Gordon Saxby
    0

    OK - but how would the authorisation work? Usually there is some sort of marker on the user record which gets set when the authorisation link is clicked. I can't see any way of adding properties to the newsletter user type?

  • Markus Johansson 1918 posts 5785 karma points MVP c-trib
    Oct 20, 2016 @ 13:08
    Markus Johansson
    0

    Hi!

    You would have to create some custom data store on "your side" where you'll keep all emails that's in step one and them move them to newsletter studio after they have confirmed.

    Ie. add a custom table to the database or use some simple file-store like Biggy (https://github.com/xivSolutions/biggy)

    NewsletterOptins - Id - E-mail - Name - GuidId

    Then after they have signed up on the webpage, add to this table, send an email and use the guid as parameter to a certain page on your server ie:

    /newsletter/confirmSubscription?id={{guid}}

    If you need to keep track of which mailing lists to add the user to you could just extend your custom table.

    Cheers!

Please Sign in or register to post replies

Write your reply to:

Draft