Results 1 to 1 of 1

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

  1. #1
    deeru1988 Guest

    Question Html form code for advance Paypal donate with multiple currencies options..How to ?

    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

    Code:
    <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...


    Plzz anybody help me!!!
    Last edited by deeru1988; 20 Sep 2009 at 08:53 PM.

Similar Threads

  1. Salesforce.com Custom S-Controls and HTML code Help
    By Tony0930 in forum Freelancing
    Replies: 0
    Last Post: 19 Aug 2008, 09:18 PM
  2. insert values from indexed array into html form button (PHP)
    By boognish in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 10 Jan 2006, 07:27 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •