SyntaxFix
Write A Post
Hire A Developer
Questions
How about leaving it empty, what is wrong with that?
<form name="form1" id="mainForm" method="post" enctype="multipart/form-data" action=""> </form>
Also, you can omit the action attribute and it will work as expected.