Open dwaqaddi opened 9 years ago
I'M getting the Same error.
This should now be fixed. Can you please try with the latest version of this plugin?
Thanks!
I am having the same notices with the latest version of the plugin, GF version 1.9.8 and ACF 5.2.5
var_dump($form) returns:
array(1) { [0]=> array(40) { ["title"]=> string(7) "Contact" ....etc. }
(removed biggest part of the returned array for readability)
Any ideas?
Thx!
Update: I fixed this by using this:
<?php $form = get_sub_field('formulier'); gravity_form_enqueue_scripts($form[0]['id'], true); gravity_form($form[0]['id'], false, false, false, '', true, 1); ?>
in my template.
Hi Elliot,
I'm experiencing and issue with the plugin. It generates this error:
"gravity_form_code.php" contains the code below:
When i try to var_dump($form). it only returns:
Im using the acf gravity form plugin inside "acf flexible content". Acf version is 4.4.0 and Gravity is 1.9.
Thanks, Darwin