Question
Prevent CFFORM from submitting
Hello, everyone.
I've tried disabling a CFFORM by using ' onLoad="this.disabled = true;"' and ' onLoad="this.submit.disabled = true;"' and other things, but no matter what I do I cannot seem to prevent a CFFORM from being submit (there is no submit button; there's a text link that runs some JavaScript when needed).
How can I either disable the CFFORM or prevent it from being submit?
Thanks,
^_^
