Hello. I need to add a conversion script in the Thanks Message of a form.
The script (from Facebook) have the curly brackets, but they are stripped out in the front view.
Ho I can preserve the full script?
Thank you
Michele
Demo of the script:
see the brackets in the row 3
The script (from Facebook) have the curly brackets, but they are stripped out in the front view.
Ho I can preserve the full script?
Thank you
Michele
Demo of the script:
<!-- Facebook Conversion Code -->
<script type="text/javascript">
var fb_param = {};
fb_param.pixel_id = '12345678';
fb_param.value = '0.00';
fb_param.currency = 'EUR';
(function(){
var fpw = document.createElement('script');
fpw.async = true;
fpw.src = '//connect.facebook.net/en_US/fp.js';
var ref = document.getElementsByTagName('script')[0];
ref.parentNode.insertBefore(fpw, ref);
})();
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/offsite_event.php?id=12345678&value=0¤cy=EUR" /></noscript>
see the brackets in the row 3