Skip to main content
November 16, 2006
Question

cfform onSubmit - how to chain into

  • November 16, 2006
  • 1 reply
  • 383 views
I'm using cfform and taking advantage of the validation capabilities of cfinput within it. This of course means that CF (MX7) inserts it's own cfform onSubmit handler to do the validation. My problem is that I also need to have onSubmit execute some JavaScript to disable the Submit button, but how do I "chain" into onSubmit?
This topic has been closed for replies.

1 reply

Inspiring
November 17, 2006
You want the submit button to become disables when the form is submitted? That might be a little late.