Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #928761

    Hello,

    I would like to include conversion tracking in my Contactform7.
    To do this, I have to include this code in the custom fields:

    <?php
    $ga_script = get_post_meta($post->ID, 'tracking-code', true);
    if ($ga_script) {
    echo get_post_meta($post->ID, 'tracking-code', true);
    } else {
    //no script;
    }
    ?>

    However, these are not displayed on the page.
    How can I activate these custom fields?

    I found other topics, but I didn’t understand it.

    Thanks in advance:

    Greeting Heiko

    #928956

    Hey heikonet,

    This is support for the Enfold theme, did you try to check the Contact Form 7 documentation or support forums?

    Best regards,
    Rikard

    #929040

    I’m sorry if I said it wrong.
    But since I’ve been using enfold, the custom fields are no longer there.

    #929531

    Hi,

    I’m sorry but troubleshooting third party plugins and custom code which goes with them is out of scope of theme support unfortunately.

    Just so that I understand your problem; you are using CF7 in combination with the Advanced Custom Fields plugin and the fields from ACF are not showing up on a page?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.