Skip to main content
Participant
September 22, 2006
Question

cfform validation issue

  • September 22, 2006
  • 1 reply
  • 418 views
I have a cfform with 5 tabs. I have input boxes and submit forms on each tab for processing
different data. The problem is when I'm on any of the tabs and hit the submit button, the client side
validation pops up telling me that "ALL" the fields on each page must be filled in for the form to process.

I don't see how this is possible if all my submit buttons has different names.

Can some help me out with this asap.

Thanks
    This topic has been closed for replies.

    1 reply

    Inspiring
    September 22, 2006
    Even if you have a number of submit buttons, you still only have one form.
    So the submit button(s) will submit the entire form.

    You will need to develop some actionscript to disable the validation for the fields that are not relevent for the button clicked.

    Ken