I would like to implement a form to sign up to different services on the site. I`m wondering what the best way to implement this would be.
What I`m thinking now is to create a usercontrol for the form and either add the new fields to the asp.net membership profile (I`m guessing you can add fields dynamiclly and programaticlly) or add rows to a custom table for storing service subscriptions.
Does this sound like a good solution? Might there be a better way to do this?
Implementing signup for different services
Hi all,
I would like to implement a form to sign up to different services on the site. I`m wondering what the best way to implement this would be.
What I`m thinking now is to create a usercontrol for the form and either add the new fields to the asp.net membership profile (I`m guessing you can add fields dynamiclly and programaticlly) or add rows to a custom table for storing service subscriptions.
Does this sound like a good solution? Might there be a better way to do this?
Thank you!
-Elad
Create a user group for each "service".. Set the public access for the "service" sections of the site based on user groups.
The site navigation can be filtered on the current users assigned groups/services.
Your user control can have the users groups listed as the available services in a something like a checkbox list.
when they click submit and/or save.. add the current user to their selected groups.
Did I understand the question?
Thank you for your reply.
The services are external to the site, so there is no need to implement the different sections.
My question was more about the usercontrol and if that was the best / only way to implement this form
and if I should store the information in the user profile or an external table.
I'm new to Umbraco, so I'm trying to get my head around things.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion