I am using Weebly for my website, I have added a buy now button with 4 price options for gift vouchers. When a customer clicks to buy, they get directed to a Paypal page with the following message; Things don't appear to be working at the moment. Please try again later. Can anyone advise how to resolve this. This is the code provided to use: <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="H5HBBVC3BDAEC"> <table> <tr><td><input type="hidden" name="on0" value="GIFT VOUCHER OPTIONS">GIFT VOUCHER OPTIONS</td></tr><tr><td><select name="os0"> <option value="£25 Voucher -">£25 Voucher - £25.00 GBP</option> <option value="£50 Voucher -">£50 Voucher - £50.00 GBP</option> <option value="£100 Voucher -">£100 Voucher - £100.00 GBP</option> <option value="£150 Voucher -">£150 Voucher - £150.00 GBP</option> </select> </td></tr> </table> <input type="hidden" name="currency_code" value="GBP"> <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_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_GB/i/scr/pixel.gif" width="1" height="1"> </form> Thanks Euan
... View more