Skip to main content
November 3, 2010
Question

Multiple <cftextarea> tags keeping form from submitting?

  • November 3, 2010
  • 1 reply
  • 519 views

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

    This topic has been closed for replies.

    1 reply

    Inspiring
    November 3, 2010

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

    November 3, 2010

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