Hi I have 2 forms on my page

<form id="form1">...</form>
<form id="form2">...</form>

how would i do a form submit?

$('#form2).submit();

is not the correct syntax. what is the correct syntax? thanks

Reply via email to