Copy link to clipboard
Copied
Hello~
I am having trouble with an otherwise simple form, because it has two <cftextarea> tags. If I comment out one or the other, everything works like it should - and it doesn't matter which is used and which isn't. If both of them are used in the form, the form object is submitted as am empty structure, and the submit button isn't recognized through isDefined(), once the form is submitted. Has anyone ever run across this problem before?
Kelly
Copy link to clipboard
Copied
Do they ahve the same name? Can you show us the code?
Copy link to clipboard
Copied
No, the names are different, and I have tried changing them, in case either was using any kind of reserved word.
<cftextarea name="intDescription" validate="maxlength" maxlength="300" class="inputArea" cols="100" rows="4" required="yes" message="A content layout description is required, and must be under 300 characters." />
<cftextarea name="browserCSS" class="inputArea" cols="120" rows="8" />