I searched the forum but can't seem to find an answer. I just wanted to know if the lines in RED are required when we create a form? Or it's OK to enter the form info without those two lines.
<form action="MAILTO:email@email.com" method="post" enctype="text/plain">
Form Data
</form>
Thanks!
<form action="MAILTO:email@email.com" method="post" enctype="text/plain">
Form Data
</form>
Thanks!