action is stripped from form tag

Last post 04-08-2014, 9:04 AM by AndyFel. 1 replies.
Sort Posts: Previous Next
  •  04-08-2014, 8:10 AM 80233

    action is stripped from form tag

     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>

  •  04-08-2014, 9:04 AM 80235 in reply to 80233

    Re: action is stripped from form tag

    Doh, why is it sometimes you find the answer straight after asking the question you have spent ages trying to work out why!

     

    There is a black list for tags in default.config and action was one of them, so I removed it and the action keyword works fine now. 

View as RSS news feed in XML