jammer1221
Programmer
Hey All,
I was wondering if anyone knows a quick and easy way to fix this problem?
Ok, so hopefully my example makes sense, but, when I submit the nested form it submits the data to outer form. The second submit button doesn't even work.
I can probably make a javascript solution to this, but was wondering if there was an HTML solution?
Thanks,
Matt
I was wondering if anyone knows a quick and easy way to fix this problem?
Code:
<form method="post" action="...">
<input .../>
<input .../>
<form method="post" action="...">
<input .../>
<input type="submit" />
</form>
<input .../>
<input type="submit" />
</form>
Ok, so hopefully my example makes sense, but, when I submit the nested form it submits the data to outer form. The second submit button doesn't even work.
I can probably make a javascript solution to this, but was wondering if there was an HTML solution?
Thanks,
Matt