Y
Yonih
Hey Everyone,
I was hoping someone could help me here. I need a way to have a drop
down that when selected it can keep a value and display it below here
is an example.
A drop down list of different shipping methods.
Ground
3day
2day
then a price on the back end associated with each of them
ground = 8
3day = 10
2day = 14
then finally a box under it to display what was chosen so if Ground
was chosen the box below it will show 8
Can anyone help me with this. I can attach what Ive started but as you
can see have now clue what im doing. and its prob all wrong but at
least you might get a understanding.
<select name="selectbox" value="shipping" size="1">
<option name="ground" value="8.50" >Ground - $8.50</
option>
<option name="3day" value="10.50" >3-Day - $10.50</option>
<option name="2day" value="14.50">2-Day - $14.50</option>
<option name="overnight" value="24.00">Overnight - $24.00</option>
</select><br>
<!-- Display Below -->
<input type="text" value="" name="shipping"> Has been Selected
Thank you in Advanced
I was hoping someone could help me here. I need a way to have a drop
down that when selected it can keep a value and display it below here
is an example.
A drop down list of different shipping methods.
Ground
3day
2day
then a price on the back end associated with each of them
ground = 8
3day = 10
2day = 14
then finally a box under it to display what was chosen so if Ground
was chosen the box below it will show 8
Can anyone help me with this. I can attach what Ive started but as you
can see have now clue what im doing. and its prob all wrong but at
least you might get a understanding.
<select name="selectbox" value="shipping" size="1">
<option name="ground" value="8.50" >Ground - $8.50</
option>
<option name="3day" value="10.50" >3-Day - $10.50</option>
<option name="2day" value="14.50">2-Day - $14.50</option>
<option name="overnight" value="24.00">Overnight - $24.00</option>
</select><br>
<!-- Display Below -->
<input type="text" value="" name="shipping"> Has been Selected
Thank you in Advanced