drop down menu does not work on single buy it now button

themongrolhoard
New Community Member

I just need a single PayPal button with a drop down menu.  I have created the button over and over, and the preview shows up correctly but when I paste the code into my wordpress site the drop down menu items come up as 5 separate drop down boxes with one item in each, rather than one drop down box with multiple options.

I am not super html conversant and have tried emptying my cache, updating wordpress etc. 

 

Here's the code. Any idea?

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="85GTZVA7KLYAE" /> <table> <tr> <td> <input type="hidden" name="on0" value="Size"/> Size </td> </tr> <tr> <td> <select name="os0"> <option value="XS Extra Small "> XS Extra Small </option> <option value="S Small"> S Small </option> <option value="M Medium"> M Medium </option> <option value="L Large"> L Large </option> <option value="XL Extra Large"> XL Extra Large </option> </select> </td> </tr> <tr> <td> <input type="hidden" name="on1" value="Message about this purchase"/> Message about this purchase </td> </tr> <tr> <td> <input type="text" name="os1" maxLength="200" /> </td> </tr> </table> <input type="hidden" name="currency_code" value="USD" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Buy Now" /> </form>

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.