I've been updating a site for a client at http://yachtcruisingdvds.com/ and been having trouble with paypal code being altered. I am using wp3.3.1 and the latest version of Firefox. I copy and paste the code that Paypal gives me but couldn't get the dropdowns to work. This is what they say is happening:
Here is the code on my website: <select name="os0"> <option value="BLU-RAY">BLU-RAY $39.00 AUD</option> </select> <select name="os0"> <option value="PAL">PAL $39.00 AUD</option> </select> <select name="os0"> <option value="NTSC">NTSC $39.00 AUD</option> </select>
And what was generated by PayPal: <select name="os0">
<option value="BLU-RAY">BLU-RAY $39.00 AUD</option>
<option value="PAL">PAL $39.00 AUD</option>
<option value="NTSC">NTSC $39.00 AUD</option>
Now, I can remove the extra code, that's fine, but I'm wondering why this is happening in the first place. Has anyone else had this problem and what was the fix from preventing it to happen please?