Meta Box
Support Forum
Support › General › Textarea field
Hello, I would like to save scripts in a textarea field, for example <script>console.log('example')</script> but it only saves console.log('example') and I would like it to save the <script> tags </script>.
Any solution?
Hi,
If you want to save all HTML tags in the textarea field, please follow this documentation to bypass sanitization https://docs.metabox.io/sanitization/
textarea