Help-paypal coding>

Discussion in 'PayPal' started by Souleclipse, May 20, 2012.

  1. #1
    <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="FGTXCC7RZA2AL" />
    <table>
    <tbody>
    <tr>
    <td><input type="hidden" name="on0" value="Your URL" />Your URL</td>
    </tr>
    <tr>
    <td><input type="text" name="os0" maxlength="200" /></td>
    </tr>
    </tbody>
    </table>
    <input type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" alt="buy pinterest followers" width="1" height="1" border="0" />
    HTML:
    </form>

    This go to another personal email, i need to change to my to e-mail can anyone teach me ?
     
    Souleclipse, May 20, 2012 IP
  2. lifeplayer

    lifeplayer Notable Member

    Messages:
    15,609
    Likes Received:
    475
    Best Answers:
    0
    Trophy Points:
    265
  3. kulik

    kulik Member

    Messages:
    162
    Likes Received:
    18
    Best Answers:
    1
    Trophy Points:
    45
    #3
    You'll have to create a new button in PayPal and swap out

    <input type="hidden" name="hosted_button_id" value="FGTXCC7RZA2AL" />
    for your new buttons code for that line.


    Or can change it to (if you have a business account, otherwise change it to personal):

    <input type='hidden' name='business' value='YOUR EMAIL HERE' />
     
    kulik, May 20, 2012 IP
  4. aurathas

    aurathas Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    As everyone else has mentioned, you will have to create a new button.
     
    aurathas, May 20, 2012 IP