Hi
I'm trying to simply add a small HTML form into a wordpress page...
<form>
<select>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</form>
When I save the page, all the tags inside the form are stripped. I've tried the Raw HTML plugin with no luck.
Any ideas?
cheers