Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multiple <cftextarea> tags keeping form from submitting?

Guest
Nov 03, 2010 Nov 03, 2010

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

458
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 03, 2010 Nov 03, 2010

Do they ahve the same name?  Can you show us the code?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 03, 2010 Nov 03, 2010
LATEST

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" />


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources