benniesanders
Programmer
Greetings,
I know just enough to get into trouble, but I'm using innova studio's wysiwyg editor and a separate form validator. They work great separately but not together.
I'm calling them like this:
If I remove the validator, the editor works properly. By "work" I mean when I submit the form, the text in the editor submits. If I use the validator, the text in the editor is ignored.
Both scripts are very long so I hesitate to post them.
Is there a slick way I can validate the other fields in my form and still use this wysiwyg editor? Many thanks in advance.
I know just enough to get into trouble, but I'm using innova studio's wysiwyg editor and a separate form validator. They work great separately but not together.
I'm calling them like this:
Code:
<script javascript src="/administrator/scripts/innovaeditor.js"></script>
<script javascript src="/administrator/gen_validatorv2.js"></script>
If I remove the validator, the editor works properly. By "work" I mean when I submit the form, the text in the editor submits. If I use the validator, the text in the editor is ignored.
Both scripts are very long so I hesitate to post them.
Is there a slick way I can validate the other fields in my form and still use this wysiwyg editor? Many thanks in advance.