Hi Ciaran, I am having the same issue with the Paypal button and value returned is "Things don't appear to be working at the moment. Please try again later." This is my current HTML: <body onLoad="document.form.submit()"> <form name="form" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="business" value="xxxxxxx"> <input type="hidden" name="item_name" value="<%=refNum%>"> <input type="hidden" name="currency_code" value="AUD"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="email" value="<%=strBcc%>"> <input type="hidden" name="amount" value="<%=amount%>"> this is the issue, have no idea how to configure <input type="hidden" name="return" value="https://www.starflorist.com.au/payment_confirmation.asp" /> </form> </body> Please help!
... View more