Support

Account

Home Forums ACF PRO Tabs not working in front-end form Reply To: Tabs not working in front-end form

  • I did but didn’t change a thing…
    This is my code.

    
    {% if post.post_title == 'Submit' %}
        {{ function('acf_form_head') }}
    {% endif %}
    
    {{ wp_head }}
    </head>
    <body class="{{ body_class }}" itemscope itemtype="//schema.org/WebPage">
    {# {% include 'partials/google-tag-manager.twig' %} #}
    {% if post.post_title == 'Submit' %}
        {{ function('acf_enqueue_uploader') }}
    {% endif %}