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> Code (markup): 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... My question screenshot is below...the code i wanted to ask u is like this Plzz anybody help me!!!