Question
javascript problems in MX7
I have noticed a lot of problems with mixing javascripts in a
CFFORM in MX7. I use the cfinput tag alot and use the
required="yes" feature which creates all this javascript in the
source code. I previously posted a thread about my popup windows
not closing anymore since MX7 when the form in the popped up window
is submitted. It gens a javascript error that is very obscure, and
doesn't close.
Now I'm having another problem after integrating a third-party WYSIWYG editor into my form. As soon as I turn the editor on, all my javascript checks that verify all the required fields are filled out are ignored and you can submit the form when it is blank. As soon as I rem out the WYSIWYG editor code, the checks kick back in. Has anyone else noticed problems mixing javascripts in CFFORM?
Now I'm having another problem after integrating a third-party WYSIWYG editor into my form. As soon as I turn the editor on, all my javascript checks that verify all the required fields are filled out are ignored and you can submit the form when it is blank. As soon as I rem out the WYSIWYG editor code, the checks kick back in. Has anyone else noticed problems mixing javascripts in CFFORM?