Hi,
I have read through all the posts on here about implementing a WYSIWYG editor with the post body field. A couple of threads said this might be coming with GF in 1.6, maybe it is coming soon?
So I have implemented both CK Editor and TinyMCE (wp editor) in two different forms.
I can get both working by following all the documentation and tips on here but there is an identical problem with both.
I am using a multiple page form (Don't think it makes a difference) On my first page I have
* Post Title
* Body Text (With WYSIWYG Editor)
The Post title is a required field. If I fill out just the body field and press 'next' without filling out the required field I get the Validation error. As soon as I get this error the Editor disappears and I am left with a textarea with the HTML markup in it.
I can trigger the same result when Filling out both fields, pressing next to go to next page, and then pressing previous to go back to the first page to maybe make an edit.
Both result in the same thing.
I am sure you guys might be aware of this from the testing you are doing and was hoping you might be able to help me out?
Thanks