Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Adding dropdown to customer registration
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

JonnyQuest
Starting Member

5 Posts

Posted - October 16 2004 :  14:32:34  Show Profile  Reply with Quote
I wonder if anyone has done this and would share the secret. I know it is a combination of xcustomerotherfields and xcustomerotherfieldsbypass. Where I am getting hung up is adding html code to the shopcustomerform.asp and shopcustregister.asp files. I am an .ASP newbie and want to add a row to the registration form for my dropdown. Any help would be appreciated.

Jon

eabrams
VP-CART New User

USA
72 Posts

Posted - October 18 2004 :  12:53:58  Show Profile  Visit eabrams's Homepage  Reply with Quote
What are you looking to add? You can modify shopcustomerform.asp or shopcustomer.asp.

go to www.spws.net for my email.
Go to Top of Page

JonnyQuest
Starting Member

5 Posts

Posted - October 18 2004 :  16:27:10  Show Profile  Reply with Quote
I am trying to add a row to the registration form which will be a customized drop down menu. My problem is where to put it in the .ASP so that it will be included in the table which asks for NAME, ADDRESS, etc.
The other question is where to identify the components of the drop down, i.e. if I want my visitors to select their favorite ice cream, the drop down would contain vanilla, chocolate and strawberry.

Any help is appreciated.

Jon

Go to Top of Page

eabrams
VP-CART New User

USA
72 Posts

Posted - October 19 2004 :  13:40:48  Show Profile  Visit eabrams's Homepage  Reply with Quote
You could copy the subroutine AddMailList and create a subroutine that countains your pulldown and call it after AddmailList..


Sub AddMailList

Response.Write(TableDef)
Response.Write tablerow
Response.write TableColumn
Response.write "This is your Text"
Response.write TableColumnEnd
Response.write TableColumn
%>
<select size="1" name="myoption">
<option value="option1" selected>option1</option>
<option value="option2">option2</option>
<option value="option3">option3</option>
</select>
<%

response.write tablecolumnend & tablerowend & tabledefend
end Sub

go to www.spws.net for my email.
Go to Top of Page

JonnyQuest
Starting Member

5 Posts

Posted - October 21 2004 :  01:02:31  Show Profile  Reply with Quote
I can't tell you how much I appreciate your help. Wait, yes I can. I really appreciate your help. Thanks so much.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00