Page 1 of 1

Static page / html nugget and paypal

Posted: Sun Feb 18, 2007 4:40 am
by izzlik
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>

Posted: Mon Feb 19, 2007 5:19 am
by izzlik
found the error...

Perform Markup Transformations
Apply markup transformations to the text (smilies, shortcut markups via *, /, _, ...). Disabling this will preserve any HTML-code in the text.



anyway i can have this turned and still make the paypal button work?

Posted: Tue Feb 20, 2007 11:11 am
by garvinhicking
Hi!
anyway i can have this turned and still make the paypal button work?
No, actually the only way to do that is to disable the option. Since you only post HTML in that nugget, why do you need markup activated?

Best regards,
Garvin