• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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