M
Metal Queen
Guest
Hi all!
I am trying to complete my html code for paypal. What i need is a sub menu (smallish) to the right of my text that my customers can fill in. Then all details go to the paypal basket. It is for measurements i.e. waist, hips e.t.c. I've completed:-
<tr><td><input type="hidden" name="on1" value="Custom Measurements">Custom Measurements</td></tr><tr><td><select name="os1">
<option value="Not Required">Not Required
<option value="Waist">Waist
<option value="Hips">Hips
e.t.c... What do i need to do next? Please help!!
I am trying to complete my html code for paypal. What i need is a sub menu (smallish) to the right of my text that my customers can fill in. Then all details go to the paypal basket. It is for measurements i.e. waist, hips e.t.c. I've completed:-
<tr><td><input type="hidden" name="on1" value="Custom Measurements">Custom Measurements</td></tr><tr><td><select name="os1">
<option value="Not Required">Not Required
<option value="Waist">Waist
<option value="Hips">Hips
e.t.c... What do i need to do next? Please help!!