Drop-down menu Buy Now button not working

Cronin
New Community Member

Hello,

I cannot get a drop-down menu Buy Now button to work. I am pasting the code as raw HTML onto my Wordpress site:

http://croninssheebeen.com/purchase-a-voucher/

 

I get this error when I select an option and click "Buy Now":
"PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem."

 

Here's the button code:

 

<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="Z4C33SFXL4RJL">
<table>
<tr><td><input type="hidden" name="on0" value="Value">Value</td></tr><tr><td><select name="os0">
<option value="€25">€25 €25.00 EUR</option>
<option value="€50">€50 €50.00 EUR</option>
<option value="€75">€75 €75.00 EUR</option>
<option value="€100">€100 €100.00 EUR</option>
<option value="€125">€125 €125.00 EUR</option>
<option value="€150">€150 €150.00 EUR</option>
<option value="€175">€175 €175.00 EUR</option>
<option value="€200">€200 €200.00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynow_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

 

Thanks.

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.