alindsay55661
20 Apr 2007, 6:12 PM
Jack,
When creating a complex form that includes dependencies I have noticed that validation occurs on disabled elements. Is there anyway to override this?
I have multiple selects with "Other" options which trigger "required" "Other" text fields. These fields are only required in the event the "Other" option is selected yet when I call form.submit() it fails and causes the "Other" text fields to show their errortips, even though they are disabled elements and shouldn't post with the form in the first place.
Is this intentional or should this be fixed? Thanks in advance.
When creating a complex form that includes dependencies I have noticed that validation occurs on disabled elements. Is there anyway to override this?
I have multiple selects with "Other" options which trigger "required" "Other" text fields. These fields are only required in the event the "Other" option is selected yet when I call form.submit() it fails and causes the "Other" text fields to show their errortips, even though they are disabled elements and shouldn't post with the form in the first place.
Is this intentional or should this be fixed? Thanks in advance.