Page 1 of 1

Paypal Subscription BBCode

Posted: 13 Jul 2010, 07:58
by thetwistedpanda
Version: PhpBB 3.0.7 - PL1

I picked up an outdated Paypal BBCode from http://www.modphpbb3.com/viewtopic.php?f=17&t=1000 but I cannot for the life of me to get it to function correctly. When I set it up on my forums and try it out, PayPal complains that I'm missing data and I honestly have no idea what else it could want.

Code: Select all

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_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">
    <input type="hidden" name="cmd" value="_xclick-subscriptions">
    <input type="hidden" name="business" value="{TEXT2}">
    <input type="hidden" name="item_name" value="Website Supporter">
    <input type="hidden" name="item_number" value="DGFF">
    <input type="hidden" name="no_shipping" value="2">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-SubscriptionsBF">
    <input type="hidden" name="a3" value="{TEXT1}">
    <input type="hidden" name="p3" value="30">
    <input type="hidden" name="t3" value="D">
    <input type="hidden" name="src" value="1">
    <input type="hidden" name="sra" value="1">
    </form>
Any assistance would be most appreciated!

Re: Paypal Subscription BBCode

Posted: 13 Jul 2010, 17:59
by cisco007
i have the demo posted in that same topic and it's working perfectly! just take a look at the demo i posted there!