HTML Form help needed
The following form will submit an amount value of $47.00 when an order is placed.
However, I would like to have two price choices. For example if the customer wants regular shipping the price submitted would be $47.00 and if priority shipping the price submitted would be $49.00.
How do I insert an IF statement (?) where the value has to be submitted as "AMOUNT". Would I do it with a 2 button choice on the form? Please help me with the actual HTML code.
Thank you
Theodore
Card Type
Visa
MasterCard
Amex
Discover
Diners
JCB
Card Number
Expires
Name on Card
Billing Address
Billing Address 2
Billing City
Billing State
Billing Zip
Billing Country
Phone #
Email
Customer No
Invoice No
Description
Bob posted this at 14:01 — 30th June 2001.
They have: 117 posts
Joined: Feb 2000
Theo,
I would use radio buttons to give the user two choices for shipping, regular or priority. The form will then return to you a value for "shipping" of either $47 or $49. you could insert the following into your form:
Shipping Option:
Regular($47)
Priority($49)
Hope this helps.
Bob
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.