Paypal Button code gets changed completely

  • In Progress
    Posted in: Aegaeus WP Theme  
  • Customer
    smilar
    August 12, 2015 at 10:38 pm #52600

    I am having trouble with my Paypal button. Every time I insert this code into my HTML editor, it changes the code completely to remove the table, the button, and all the options with it.
    BEFORE:

    <form action=”https://www.paypal.com/cgi-bin/webscr&#8221; method=”post” target=”_top”>
    <input type=”hidden” name=”cmd” value=”_s-xclick”>
    <input type=”hidden” name=”hosted_button_id” value=”9DNSPYV85R4S6″>
    <table>
    <tr><td><input type=”hidden” name=”on0″ value=”Types of tickets”>Types of tickets</td></tr><tr><td><select name=”os0″>
    <option value=”Student”>Student $25.00 USD</option>
    <option value=”All Else”>All Else $50.00 USD</option>
    <option value=”Full Table (10 Tickets)”>Full Table (10 Tickets) $800.00 USD</option>
    </select> </td></tr>
    <tr><td><input type=”hidden” name=”on1″ value=”Number of tickets (if not full table)”>Number of tickets (if not full table)</td></tr><tr><td><select name=”os1″>
    <option value=”1″>1 </option>
    <option value=”2″>2 </option>
    <option value=”3″>3 </option>
    <option value=”4″>4 </option>
    <option value=”5″>5 </option>
    <option value=”6″>6 </option>
    <option value=”7″>7 </option>
    <option value=”8″>8 </option>
    <option value=”9″>9 </option>
    </select> </td></tr>
    </table>
    <input type=”hidden” name=”currency_code” value=”USD”>
    <input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif&#8221; border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>

    </form>

    AFTER:

    <form action=”https://www.paypal.com/cgi-bin/webscr&#8221; method=”post” target=”_top”>

    <table>
    <tr><td>Types of tickets</td></tr><tr><td>
    Student $25.00 USD
    All Else $50.00 USD
    Full Table (10 Tickets) $800.00 USD
    </td></tr>
    <tr><td>Number of tickets (if not full table)</td></tr><tr><td>
    1
    2
    3
    4
    5
    6
    7
    8
    9
    </td></tr>
    </table>


    </form>

    I have no idea why it’s doing this. **Note, I am not the main administrator of this page;

    aaaea.org/il

    Please help!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.