No we can't nest forms within another form like this
<form name='form1'>
<form name='form2'>
//some code here
</form>
</form>
it will work in some cases but it is not recommended for universal platforms. You can use plenty of SUBMIT buttons inside a single form, but you can't manage a nested form appropriately.