% Option Explicit %> <% dim Step : Step = Request.form("Step") dim fields fields = "EmailAddress, CustomerPassword, FullName, AddressLine1, AddressLine2, City, State, ZipCode, Telephone, " & _ "ShipFullName, ShipAddressLine1, ShipAddressLine2, ShipCity, ShipState, ShipZipCode, ShipMethod, " & _ "CreditCard, CreditCardNumber, CreditCardExpDate_Month, CreditCardExpDate_Year, CreditCardHolderName" ''' Maybe make this a non-cached page. %>