|
From: mjfour on 1 Feb 2008 11:15 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
|
Pages: 1 Prev: How to send XML file to a different server using CFHTTP in CF7 Next: Processing uploaded files |