Paypal Subscription form embed in wordpress.com page
-
Hi, I’m trying to add a custom Paypal form to the site. I saw the blog on the Paypal Donate but that has a simple URL redirect. For Paypal Subscriptions, you can only include the actual form. See below.
If I enter this into a page, it strips out the form and just displays a basic table. I disabled the visual editor but no improvement. Any help is appreciated.
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”TCLB88V5ZCX3W”>
<table>
<tr><td><input type=”hidden” name=”on0″ value=”Donation Amount”>Donation Amount</td></tr><tr><td><select name=”os0″>
<option value=”Copper”>Copper : $10.00USD – monthly</option>
<option value=”Bronze”>Bronze : $25.00USD – monthly</option>
<option value=”Silver”>Silver : $50.00USD – monthly</option>
<option value=”Gold”>Gold : $100.00USD – monthly</option>
<option value=”Platinum”>Platinum : $200.00USD – monthly</option>
</select> </td></tr>
</table>
<input type=”hidden” name=”currency_code” value=”USD”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_subscribeCC_LG.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>
<img alt=”” border=”0″ src=”https://www.paypalobjects.com/en_US/i/scr/pixel.gif” width=”1″ height=”1″>
</form>
Blog url: http://acydgod.wordpress.com/ -
I’m afraid you can’t use the embed code since those tags aren’t supported here for security reasons:
You could try adding a regular link to a PayPal payment page or some other online store:
http://en.support.wordpress.com/links/Or follow the instructions for adding a Donate button:
http://en.support.wordpress.com/paypal/Alternatively, if you really want to use this form, you might look into moving to a self-hosted WordPress.org installation:
- The topic ‘Paypal Subscription form embed in wordpress.com page’ is closed to new replies.