2011-09-02, 08:53 PM
Hello,
I went onto Paypal and created a donate button and after all the selecting on the payment options and everything this is the code I receive:
I was wondering what formatting that is, is it HTML or something? Also I was wondering if it's possible to display this on my homepage or on a topic. I haven't yet seen anything which allows you to post something like this within a thread or a topic reply. If this isn't possible to display on your website then is there another way to receive Payments for your VIP membership?
Thanks a lot, regards,
Alternate.
I went onto Paypal and created a donate button and after all the selecting on the payment options and everything this is the code I receive:
<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="NJPCEPJV5K7S4">
<table>
<tr><td><input type="hidden" name="on0" value="Membership plan">Membership plan</td></tr><tr><td><select name="os0">
<option value="1 Month(s) VIP Membership">1 Month(s) VIP Membership $5.00</option>
<option value="3 Month(s) VIP Membership">3 Month(s) VIP Membership $12.00</option>
<option value="12 Month(s) VIP Membership">12 Month(s) VIP Membership $28.00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_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_GB/i/scr/pixel.gif" width="1" height="1">
</form>
Code outcome shown on Paypal's website:
I was wondering what formatting that is, is it HTML or something? Also I was wondering if it's possible to display this on my homepage or on a topic. I haven't yet seen anything which allows you to post something like this within a thread or a topic reply. If this isn't possible to display on your website then is there another way to receive Payments for your VIP membership?
Thanks a lot, regards,
Alternate.