How can I add the Facebook pixel tracking codes to a Card Form?

  • AgenceNeven
    Asked on April 3, 2018 at 1:00 PM

    Hello, 

    How i can add facebook pixel on card Form page ? I no find source code

  • Support_Management Jotform Support
    Replied on April 3, 2018 at 2:08 PM

    Our Form Builder doesn't allow script insertion so you'd have to use the <img> tag in between the <noscript> section of your pixel tracker.

    You can place these codes on a TEXT FIELD that you will add on your form.

    How can I add the Facebook pixel tracking codes to a Card Form? Image 1 Screenshot 30

    Example:

    <noscript>

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

    </noscript>

    (you would only need to copy the texts highlighted in green)

    Click the SOURCE CODE button on the TEXT FIELD then paste your codes. Afterwards, you can hide the field by right clicking on it > then select HIDE.

    How can I add the Facebook pixel tracking codes to a Card Form? Image 2 Screenshot 41

  • AgenceNeven
    Replied on April 4, 2018 at 2:44 AM

    It's good ! Thank you ! :)