Static page / html nugget and paypal
Posted: Sun Feb 18, 2007 4:40 am
hello, im having the code bellow on my blogg in a html nugget and on a static page, now the problem i have is that when people click the paypal logo they get to paypal.com with an error saying that "sorry, we currently have a problem, please try again later" and i got the same thing when i tested, so i took the code an pasted it into an asp / html file and tested and the it worked, i got to the donations page with no error, and this was 2 min apart from where i got the error 3 time on serendipity so why isint this paypal form working with html nugget and static pages ?
Code: Select all
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7----ENCRYPTION REMOVED=-----END PKCS7-----
">
</form>