I need to be able to install the Facebook Pixel to the form

  • philcarrick
    Asked on September 3, 2017 at 2:01 PM

    Hi,

    I need to be able to install the Facebook Pixel to the Form and Thank You page. Am I able to do this?

    Grateful for your help.

    Phil Carrick

  • Jan
    Replied on September 3, 2017 at 2:52 PM

    Unfortunately, it is not possible to insert the Facebook pixel code on the form. According to Facebook guide, the pixel code should be inserted in the head element. There's currently no option in the Form Builder where you can insert a code in the head element.

    You may download the form's source code and edit the HTML, CSS and Javascript files. After that, you can upload it to your servers.

    If you want, you can use the Thank You page to redirect to a custom URL where the Facebook pixel tracking code is. You just need to create a page, put the pixel on it, and then upload it to your web server. After that, you can redirect the Thank You page to that file.

     

    My colleague Mike mentioned on this thread that it is possible to insert a Facebook pixel code using the noscript image tracking.

    You just need to get the tracking pixel image code that is located in between the <noscript> </noscript> tags. Here's an example:

    <noscript>

    <img height="1" width="1" style="display:none;" src="https://www.facebook.com/tr?id=1234567890&ev=PageView&noscript=1"/>

    </noscript>

    After that, you need to use the Text tool's Source Code and insert the image tracking code. Here's a screen capture:

    I need to be able to install the Facebook Pixel to the form Image 1 Screenshot 20

     

    Hope that helps. Let us know if you have any questions. Thank you.