Multiple field groups showing when only one selected.
-
I am building the frontend form in Elementor, and after choosing the ACF Field Groups field type and choosing the field group I want, the visual editor actually imports multiple different field groups at the same time. There seems to be no way to break them up. This does not happen for field groups created with the Admin UI.
The field group I am trying to use is an external php file that is loaded locally like this:
if (function_exists('acf_add_local_field_group')) { acf_add_local_field_group(include(__DIR__.'/dealer-acf.php')); }
Here is a link to the acf file: dealer-acf.php
I feel like there might be a problem with how this dealer acf file is registered or perhaps some other kind of configuration problem. Looking for some insight…
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple field groups showing when only one selected.’ is closed to new replies.