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 3 of 3

Thread: Different Sign Up Forms Customer Level

  1. #1
    Web Design Magic is offline Junior Member
    Join Date
    Aug 2008
    Posts
    12

    Default Different Sign Up Forms Customer Level

    Can we have multiple signup forms?

    Each one would have a different customer Level ID.

    It would be great if you could do this...

    /createaccount.aspx?customerlevel=1

    Thanks Daren

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

    Default

    That's not something you can do 'out of the box', but it shouldn't be that hard to manage with a few little code mods. If you take a look at how we handle the other querystrings that page supports in createaccount.aspx.cs, you should be able to add another that sets the 'ThisCustomer.CustomerLevelID' attribute.

  3. #3
    deanfp is offline Senior Member
    Join Date
    May 2009
    Location
    Sweden
    Posts
    556

    Default

    Has anyone managed to do this?

    We are trying to have the following scenario

    • Customer clicks on signup
    • Taken to the signup form then they are asked if they are a student
    • If so they are taken to a new form where they can submit proof of education course
    • Standard account is created until proof is verified
    • Once verified they are upgraded to a new customer level


    Anyone have anything like this currently?