RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Website Discussions
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

3 or 4 dropdown lists with 1 checkout button

 Post Reply Post Reply
Author
Message
wcaryl View Drop Down
Newbie
Newbie


Joined: 06 December 2009
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote wcaryl Quote  Post ReplyReply Direct Link To This Post Topic: 3 or 4 dropdown lists with 1 checkout button
    Posted: 02 January 2010 at 12:16am
I am having trouble making a form that includes 2 simple dropdown lists for the customer to choose different products from using itemcodes not itemnames. And 1 checkout add to cart button that sends both of their choices to the cart. Without using modifiers.

Here is what I have done so far:

<form action='http://www.romancart.com/cart.asp' method=post>
<input type=hidden name=storeid value='00000'>
Choose Model: <select name=itemcode>
<option value='0001'>Model 1</option>
<option value='0002'>Model 2</option>
</select>
<br>
Choose Accesory: <select name=itemcode>
<option value='0003'>Accessory 1</option>
<option value='0004'>accessory 2</option>
</select>
<br>
<br> <input name="image" type="image" src="button_image.gif"> </form>

It does not work,

Any help please?

Bill
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.141 seconds.