Answer the question
In order to leave comments, you need to log in
How to change field type?
I need something like a text editor (xs what it's called) in the custom field, like on a toaster, or an image selection
How to do this?
Answer the question
In order to leave comments, you need to log in
Add script to head:
<script src='https://cdn.tiny.cloud/1/no-api-key/tinymce/5/tinymce.min.js' referrerpolicy="origin"></script>
<script>
tinymce.init({
selector: '#mytextarea'
});
</script>
<form method="post">
<textarea id="mytextarea" name="mytextarea">Hello, World!</textarea>
</form>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question