Avatar of Quack
Quack
Flag for United States of America

asked on 

Cold Fusion form: The value of the property 'resetForm' is null or undefined, not a Function object

I'm getting this error on a reset button in a Cold Fusion form: The value of the property 'resetForm' is null or undefined, not a Function object

<form action="central_inv_contr_verify.cfm"  method="post"  id="registerForm" onreset="resetForm(this);">

I'm still new to CF and JS...can anyone direct me to some help on this error?
ColdFusion LanguageJavaScript

Avatar of undefined
Last Comment
leakim971

8/22/2022 - Mon