Support

Account

Home Forums Front-end Issues ACF Form Front-end Reply To: ACF Form Front-end

  • I added <?php acf_form_head(); ?> to the very top of the document

    Inside the original form i added:

    <p>Condition Label<?php the_field('condition'); ?></p>
                       <?php acf_form(array(
    						'form' => false
    				   
    				   )); ?>

    If i set the_field to target one of the fields related to pages, it shows up working. When i target it to fields related to products nothing shows up.

    Actually the page field shows up no matter what.