From: mjfour on
Does anyone know if there is an issue where you place a cfdiv in a cfform with
with another cfform in the cfdiv that would not allow the form to submit in the
cfdiv. For Example:

<cfform>
name <cfinput type="text ....>
yada <cfinput type="text ....>
yada <cfinput type="text ....>

<cfdiv>
<cfform>
add another address: <cfinput type="text ....>
<cfinput type="submit" name="submit" value="submit"><!-- submit for cfdiv form
-->
</cfform>
</cfdiv>

<cfinput type="submit" name="submit" value="submit"> <!-- submit for master
form -->
</cfform>

When I try to submit the form in the cfdiv it reloads the entire page not
cfdiv.

Thank you,

Michael