Button Help

Permalink
I have used HTML to add a button link. I put this in the HTML editor:
<form action="example.org">
    <input type="submit" value="button text">
</form>

But it comes out as this when I leave the editor:
<input type="submit" value="button text">

The button does not work as a link anymore.

What is going wrong?

EngineerofStuff
 
EngineerofStuff replied on at Permalink Reply
EngineerofStuff
Any help?
frz replied on at Permalink Best Answer Reply
frz
Use the HTML block, not the HTML view in the content block. That content editor has a bad habit of cleaning code that the HTML block does not.
EngineerofStuff replied on at Permalink Reply
EngineerofStuff
Ok. Thanks!
EngineerofStuff replied on at Permalink Reply
EngineerofStuff
Why do they do that? Why does it clean it out?