Question
cfform onSubmit - how to chain into
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?