Ok I know this have been discussed before.
I have read and I think that I am getting a grasp on what is going on.
I want to change the Registration form to have
Username, Password, email address, State, and Zip code. These are the only things that are essential to my website. So when a person Registers I want to make these fields Required. I can add these in the data base as required fields, this is not a problem.
What I need to know is when I change the register.asp, I am assuming that I will need to add Dim statements for State and zip code since the username and password are already built in the code.
Once I add the Dim statements can I just replace the name in the AimAddress, or YahooAdress with whatever variable I decide to Make for state and zipcode, in the code? or for that matter just replace all AimAdress to State and All YahooAdress to Zipcode?
and how do I get these to show on the register.asp page as it only asks the basic questions not the yahooaddress or aimaddress, on register.asp?
Thanks in advance for anyhelp
NooB
P.S. If this is confusing. I will try to make it a little more legible
Edited by NooB