Greetings. In general, I decided to add tinymce visual editor to my website, but several problems arose:
actually everything goes.
- Data from the form is transmitted from the second attempt, the form on the Ajax.
- Not fully translated into Russian
- How to remove this block

I initialize it like this:
<script> tinymce.init({ selector: 'textarea', theme: 'modern', language: 'ru_RU', plugins: [ 'advlist autolink lists link image charmap print preview hr anchor pagebreak', 'searchreplace wordcount visualblocks visualchars code fullscreen', 'insertdatetime media nonbreaking save table contextmenu directionality', 'emoticons template paste textcolor colorpicker textpattern imagetools' ], toolbar1: 'insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image', toolbar2: 'print preview media | forecolor backcolor emoticons', image_advtab: true }); </script> How can I get rid of all these problems?
