tinymce

getting errolist when using htmx and tinymce

getting errolist when using htmx and tinymce Question: Im trying to implement post request with htmx and for rich text editor using tinymce. my form : <!–<form method="POST"> {% csrf_token %}–> <form onsubmit=’copyContent()’ method= "post" hx-post= "{% url ‘forum:forum-detail’ post.pk %}" hx-swap="innerHTML" hx-target = "#comment-list"> <div class="modal-body"> <div class="form-group"> <label for="threadTitle">Your Answer</label> <textarea name="reply" class="form-control …

Total answers: 2