Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Customize the registration for customer level selection

  1. #1
    creativeinflux is offline Junior Member
    Join Date
    Feb 2007
    Posts
    7

    Default Customize the registration for customer level selection

    Is there a way to modify the registration so that the user can check a box and that would change their customer level to something other than the default?
    We currently have Retail and Doctor as our customer levels. What we'd like to do is add a check box to the registration, similar to the "I am above 13" question that asks "Are you a Doctor". If they check it, then the customer level is set to Doctor.

    -Lee

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    You could do that with some custom code, sure. It wouldn't be all that difficult, just add code to the .aspx page to display the choices, then in the codebehind file you can do a direct DB insert for the choice they made when they submit the form.