Hi everyone,
Been trying so many combinations to get this to work but the problem seems that the text field that is styled with a red border on error on form submission (class="error") is hidden and replaced with ckeditor.
Field email gets a red border on incorrect form submission, so does the comment text area when using plain text. However, when using ckeditor the field that the class error is on is hidden to make way for ckeditor which has no error tags to style. I've been staring at the DOM source of the page before and after submission and can't find a way to style out the border of the text area.
I like highlighting on incorrect submission as it makes it a lot easier for the user to know what they've missed. As it stands, it is obvious that they haven't supplied an email as there is a border around the field. The comments field however has no indication other than the standard 'E-mail field is required' and 'Comment field is required' printed at the top of the content area.
Has anyone found a way around this?
Thanks.