How to place MoneyBookers Donation Button on your website

Status
Not open for further replies.

SpiderZq

Active Member
382
2009
10
0
First step: Please get your own MoneyBookers account right now if you don’t have one. Please Click here to get it!

Second step: Please insert the following code to your website at anywhere you prefer. Please change the text in bold to suit for you. Note: the most important thing you should change is pay_to_email value, this should be your MoneyBooker register email.

<!–moneybookers form–>
<form action=”https://www.moneybookers.com/app/payment.pl” method=”post” target=”_blank”>
<fieldset>
<legend>Donate with Moneybookers</legend>
<input type=”hidden” name=”pay_to_email” value=”you@yourdomain.com“>
Please enter the amount you would like to give<br>
<input type=”hidden” name=”return_url” value=”http://www.yourdomain.com/gifts/thanks.htm“>
<input type=”hidden” name=”language” value=”EN”>
<select name=”currency” size=”1″>
<option>Select a currency</option>
<option value=”USD”>US dollar</option>
<option value=”GBP”>GB pound</option>
<option value=”EUR”>Euro</option>
<option value=”JPY”>Yen</option>
<option value=”CAD”>Canadian $</option>
<option value=”AUD”>Australian $</option>
</select>
<br>amount:
<!–<input type=”hidden” name=”amount” value=”5.00″>–>
<input type=”text” name=”amount” value=”5.00″ size=”10″>
<input type=”hidden” name=”detail1_description” value=”donation to help support YourSite[dot]com“>

<input type=”hidden” name=”detail1_text” value=”donation to help support YourSite[dot]com“>
<br>
<br>
<input type=”submit” alt=”click to make a donation to YourSite[dot]com” value=”Donate!” />
</fieldset>
</form>
e6qa0x.jpg
 
Status
Not open for further replies.
Back
Top