Support » Fixing WordPress » WordPress 3.2.1 Admin edit page and PayPal bug

  • Hi I just wanted to let people know when you add your code created from within PayPal merchant account and then add it your WordPress page via the admin area and you then go to update your page text etc WordPress will add additional code to your PayPal code.

    Eg I had options though once saved then updated text WordPress added additional </tbody> and <select name=”os0″> which broke the dropdown options on the WordPress site:

    PayPal Code:

    <tr>
      <td>
       <select name="os0">
    	<option value="TEST 1">TEST 1 $35.00</option>
    	<option value="TEST 2">TEST 2 $35.00</option>
       </select>
      </td>
    </tr>

    WordPress added/converted it to the following code

    <tr>
      <td>
       <select name="os0">
        <option value="TEST 1">TEST 1 $35.00</option>
       </select>
       <select name="os0">
        <option value="TEST 2">TEST 1 $35.00</option>
       </select>
      </td>
    </tr>

Viewing 1 replies (of 1 total)
  • Thread Starter xtra

    (@babypress)

    In general has anyone been having issues with saving a page then WordPress adding more code to your page?

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 3.2.1 Admin edit page and PayPal bug’ is closed to new replies.