I created a form sign up. I replaced with to create multiple lines of text in a form field, which works, but now it breaks my site by adding all html that follows on my page INSIDE the box.
If you reproduce the code below, you'll see that the close paragraph code is added INSIDE the text box.
I want this to stop happening.
<p>
<textarea id="fieldEvent" name="cm-event" placeholder="Which event are you most looking forward to?" type="text" />
</p>