[pmwiki-users] markup for paypal form button

Hans design at flutesong.net
Fri Apr 8 08:38:55 CDT 2005


Okay, I failed miserably after many attempts to create a custom markup
for including a simple paypal donation button in a wiki page.
One problem seems to be that in rendering the page the action=https://....
gets special treatment as a wiki link, even if it is inside html
markup. Please can someone help to make the following html code appear
in a wiki page via a special markup (this is an example paypal button):

<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="me at mybiz.com">
<input type="hidden" name="item_name" value="Team In Training">
<input type="hidden" name="currency_code" value="<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="25.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>  


thanks ever so much!
 Hans                          




More information about the pmwiki-users mailing list