I installed the editor on a cms form which has script for form validation, which also includes a check for the textarea wheather it's empty or not.
the problem is that when i try to submit the form after filling everything, the validation script block saying the textarea is empty, if i click submit another time without doing anything the form will submit correctly.
anybody knows why this happens? anyway on how can i resolve it?
Thanks
the problem is that when i try to submit the form after filling everything, the validation script block saying the textarea is empty, if i click submit another time without doing anything the form will submit correctly.
anybody knows why this happens? anyway on how can i resolve it?
Thanks
RE: FCKEditor & form submit validation
RE: FCKEditor & form submit validation
I have the same question.

the validation function invoked before the fck function.
although I can get the value by invoke updateLinkedField(),
if I modify this value later, the change will lost.