TinyMCE TextArea not being posted via AJAX

Hoping this will help someone:

When using TinyMCE for textareas on a form that posts using AJAX, you need to disable the TinyMCE first. tinyMCE.get('textarea_id').hide(); If this is not done, nothing gets posted.

Leave a Comment

Your Comment