Copied to clipboard

Flag this post as spam?

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


  • Naveed Ali 161 posts 426 karma points
    Jun 07, 2016 @ 17:16
    Naveed Ali
    0

    Unique Link

    Hi,

    I am sending an email to new members when they register to complete a registration form. Now this URL to the form needs to be of course generated as a unique link for the new member

    Is there any way to do this in umbraco? I currently send an email to members with a link to a page within the website using the standard URL for the site which anyone can currently go on

    Thanks

    Nav

  • Alex Skrypnyk 6148 posts 24097 karma points MVP 8x admin c-trib
    Jun 09, 2016 @ 20:18
    Alex Skrypnyk
    0

    Hi Nav,

    This is a typical issue for MVC projects. Umbraco can help you, for an example you can add member id to URL, is it suitable for you?

    For example for each person you will be able to send links like:

    http://test.site/confirmation/98078171-9dbd-48f2-b2b8-06ae3cfc3640

    or

    http://test.site/confirmation/1212

    What is best for you? Members in Umbraco has int id and GUID key so you can choose what you want.

    In Umbraco you need to create only one page - Confirmation, and add logic to this page with handling url.

    Cheers,

    Alex

  • Naveed Ali 161 posts 426 karma points
    Jun 09, 2016 @ 22:02
    Naveed Ali
    100

    Hi guys,

    Thanks for the reply I have resolved this by just generating a GUID key and attaching into onto the registration form URL so each new member has a unique URL

    Thanks

    Nav

  • Alex Skrypnyk 6148 posts 24097 karma points MVP 8x admin c-trib
    Jun 09, 2016 @ 22:25
    Alex Skrypnyk
    0

    You are welcome, Naveed.

  • Alex Skrypnyk 6148 posts 24097 karma points MVP 8x admin c-trib
    Jun 24, 2016 @ 18:00
    Alex Skrypnyk
    0

    Naveed Ali, can you mark the topic as solved? It's much easier for other people to find a solution.

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft