Hi
The action attribute seems to keep going missing when I save a page and query the .Text property of the editor. If I paste in the below the action property goes missing! Is there a way of keeping the action attribute?
Thanks
<html> <head> </head>
<body>
<form id="cse-search-box" action="wiggle.aspx">
</form>
</body>
</html>