Hello to everyone.
I’m trying to display HTML from a Text Area field but it doesn’t work.
I’ve created a text area ACF and the code in the field is this:
<script type="text/javascript" src="//rio-coso.checkfront.com/lib/interface--0.js"></script>
<!-- CHECKFRONT BOOKING PLUGIN v25-->
<div id="CHECKFRONT_WIDGET_01"><p id="CHECKFRONT_LOADER" style="background: url('//rio-coso.checkfront.com/images/loader.gif') left center no-repeat; padding: 5px 5px 5px 20px">Searching Availability...
</div>
<script>
new DROPLET.Widget ({
host: 'rio-coso.checkfront.com',
target: 'CHECKFRONT_WIDGET_01',
category_id: '3',
options: 'tabs,hidesearch,hidedates',
provider: 'droplet'
}).render();
</script>
<noscript><a href="https://rio-coso.checkfront.com/reserve/">Continue to Secure Booking System »</a></noscript>
But in the Elementor template it doesn’t get displayed.