PDA

View Full Version : Html form code for advance Paypal donate with multiple currencies options..How to ?



deeru1988
20 Sep 2009, 09:30 AM
Hello frndz,

Please any one tell me the html form code with currency select and custom amount value options for paypal donate

Here im providing sample paypal donate buttom html form code ..which was grabbed from
paypal.com


<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="you@yourdomain.net">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
How to add currency options(USD,AUD,GBP etc.,) with dropdown menu and custom amount value column(to enter money value "25"etc.,) into above code ...

Such that the entry details should be available at redirected paypal site page...

Here i uploaded screenshot of my question..How to get like this for paypal...
http://www.codingforums.com/attachment.php?attachmentid=7784&thumb=1&d=1253497421
http://www.codingforums.com/attachment.php?attachmentid=7785&thumb=1&d=1253497446
Plzz anybody help me!!!:bawling::bawling: