How to integrate in Frontend Template File?
-
Hey,
i tryed to integrate it in my frontend template but it doesnt work. always says “nothing to find”. I integrated it like this: `<div class=”text_teaser”>
<p><p><?php
$form = get_field(‘gravity’);
gravity_form($form, true, true, false, ”, true, 1);
?></p>
</div>The Name of my layoutField is gravity. The Name of my subfield in ACF is “gravityform” both versions are not giving me back the selected id or the form. any ideas?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to integrate in Frontend Template File?’ is closed to new replies.