Currently, I am working on resolving an issue with a form on a website that relies on javascript for field validation.
It has come to my attention that certain fields utilize fckeditor, causing the form field values to remain unset until the submit button is clicked. This renders my form validation ineffective.
My goal is to find a solution that involves calling a method within fckeditor to update the associated form values. Does anyone have any insights on such a method?
Thank you, John.