• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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