On my website, clicking on the "Donate" button sometimes takes me to the correct page, however sometimes, it takes me to a page where it says "PayPal cannot process this transaction because of a problem with the seller's website. Please contact the seller directly to resolve this problem.", I am unsure why this seems to happen. I just tested it on Google Chrome, it works fine, Microsoft Edge, works fine, Mozilla Firefox, displays that error, and Internet Explorer 11 works fine. The code for my button is below <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="KDZS6XYQ2CYU6">
<table>
<tr><td><input type="hidden" name="on0" value="Donate">Donate</td></tr><tr><td><select name="os0">
<option value="£1">£1 £1.00 GBP</option>
<option value="£5">£5 £5.00 GBP</option>
<option value="£10">£10 £10.00 GBP</option>
<option value="£20">£20 £20.00 GBP</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="GBP">
<input type="image" src="http://arnoldburkeunity.weebly.com/uploads/6/6/5/7/66577055/paypal-button_1_orig.png" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form> Any help is greatly appreciated!
... View more