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 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
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
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
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
You are welcome, Naveed.
Naveed Ali, can you mark the topic as solved? It's much easier for other people to find a solution.
Thanks
is working on a reply...