Apologies if this has been asked, I can't find a search button for the forum that gives me any results and I may even have posted in the wrong place.
I'm using V4 and have a basic form with a couple of fields, a selection and a text area
I have an event on my form - onsubmit="return Checkform();"
this just checks that the form has been filled in correctly. When hitting the save button on the CKEditor, it doesn't call this function. How do I get this added to my save button so that the validation checks are performed?
many thanks