Hey everyone!
I have 3 scripts that I need to use on different places and the last script tag will change on every page. In order to let the user change these scripts I created an ACF textarea field for them.
So my {acf_booking} dynamic textarea will have the following code.
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=explicit" async defer></script>
<script>
The part that will change on the different pages.
</script>
However when I want to render that dynamic data on a page and I put the dynamic data in a code field I got the following error.

Are there anyone here who did something similar and can help me?
Thank you in advance!