• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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