Hello guys,
I need put a form2 between body and form1 (portaltemplate form).
I try use MasterPage of my site but the result is a form within other.
By example:
version using master page tab.
portal
<form1>
<form2>
</form2>
</form1>
Correct result
myform
</form2>
<form2>
portal template form
<form1>
</form1>
Someone knows the solution?
Thanks