Copied to clipboard

Flag this post as spam?

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


  • Bjørn Fridal 274 posts 784 karma points
    Jul 21, 2009 @ 03:20
    Bjørn Fridal
    0

    Showing member type properties on signup page

    Hi,

    I am working on a website that needs membershop functionality. I have a signup/register page and would like to display the member type properties(an ultimate picker) that I have defined in Umbraco, so new members can use them.

    Does anyone have a link or a codesnippet to do something like that? I already looked at osMemberControls and umbracoMemberControls but that didn't get me much further.

    Best regards,
    bjawnie 

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Jul 21, 2009 @ 09:47
    Aaron Powell
    0

    I'd suggest that you look into using a ProfileProvider (umbraco.providers has a MemberProfileProvider in it). This will allow you to define the properties of your Member Type that you want to have available to the user to edit.

    Then you can use the standard ASP.NET controls (CreateUserWizard off the top of my head) for your sign-up as it will read your profile and add all the form fields you need.

  • Bjørn Fridal 274 posts 784 karma points
    Jul 21, 2009 @ 18:00
    Bjørn Fridal
    0

    Thanks for the suggestion.

    I looked at the MemberProfileProvider but ended up with a more manual approach from this post http://forum.umbraco.org/yaf_postst9186_Using-a-dynamic-drop-down-list-as-part-of-a-new-member-creation.aspx

Please Sign in or register to post replies

Write your reply to:

Draft