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: Adding a field in account creation

  1. #1
    chris-user is offline Member
    Join Date
    Feb 2010
    Posts
    30

    Wink Adding a field in account creation

    We are using aspdnsf version 8.0.1.2. and are interested in adding a "how did you hear about us?" field within the account set up. Was looking through the app configs and didn't see one that fits...

    Does the system has something for this or can do we have to program?

    Thanks!

  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 would take some customization. If you wanted to make it part of the address form you'd need source code mods, otherwise you could just add a dropdown box, text field, etc (whichever you wanted) to the createaccount.aspx page and do a direct SQL insert in the codebehind page.