Hi, please I need help: I'm trying to configure Facebook Pixel on my website. I need to track when any user of my page click on a button.
I need to paste the following code in the script of the "send" button of the form (I created this form with Contact block):
<script>
fbq('track', 'Lead');
</script>
Facebook suggested me to paste the code here:
<button id="botónEnviar">Generar cliente potencial</button>
<script type="text/javascript">
$( '#$botónEnviar' ).click(function() {
insert_code_here;
...
</script>
Please I need to know where I can paste the code.
Thanks,
Raúl