Hi,
Using our editor we have to use code that is not 'correct'
The code we need to use is:
<select name="payment_method">%OPTIONS% </select>
But It then automatically changes it to:
<select name="payment_method"> </select>
Is there a way to switch off the auto code clean up?
Thanks.
Using our editor we have to use code that is not 'correct'
The code we need to use is:
<select name="payment_method">%OPTIONS% </select>
But It then automatically changes it to:
<select name="payment_method"> </select>
Is there a way to switch off the auto code clean up?
Thanks.
Re: Code Cleanup
Hi mdeluk,
You want something like this :
Re: Code Cleanup
Hi,
Thanks a lot for your help! I really think this could help but I do not understand where to place this code:
Re: Code Cleanup
It also seems to be stripping CSS code as well.
Thanks.