• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PayPal in SiteBuilder thru Dotster

L

lhkrosse

Guest
I am using Windows SiteBuilder thru Dotster. My PayPal generated donate button does not work on my Sitebuilder site. The Dotster help desk checked the code and it works on a standard HTML page but it does not work in SiteBuilder. Can you help me understand why it does not work in SiteBuilder? here's the code: Thanks

NEW INFO FROM ORIGINAL POST:
Dotster thought it might be the fact that this code uses "form" and that Sitebuilder might not support that. Could someone please verify that? Dotster's suggested solution was to build an HTML page that I link to w/in SiteBuilder. That solution puts another click in the way of someone making a donation to our non-profit which I would prefer not to do unless it is the only solution. Thanks

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_new">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="taken out for forum">
<input type="hidden" name="item_name" value="taken out for forum">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.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">
</form>
 
Back
Top