You can also try adding an encoding attribute: encoding: 'xml'
<script> tinymce.init({ selector: 'textarea', encoding: 'xml' }); </script>
You can check this link, it reads:
encoding: "xml"
- solves "A potentially dangerous Request.Form value was found" that will not allow you to submit a web form
Mehdi souregi
source share