Textarea Causes an Error on Page

I am trying to create an html form and publish it in bethemes. 

Everything seemed to work fine until I added a text area 

Example code:
<textarea style="float:left; width: 542px; height: 300px; margin: 2px 0px 0px 0px; font-size: 16px;" id="comments" name="comments" placeholder="  Your Request" tabindex="505">
</textarea>

Then once I saved this code, the content in the editor (in wordpress) disappeared. I now can't view the content in wordpress editor.

The form and textarea is however shown ok in the webpage (on the front-end).

Is there another way of using textarea? or any solutions

And yes I must use an html webform, because I have hidden fields and post data, etc.

Comments

Sign In or Register to comment.