Hi,
I have a field group that’s setup for menu items. It contains a text field for a header and then a repeater field for creatign subnav items. The intention is to create a subnav that pops up when rolling over the link these fields are under.
The issue I’m havign is the function documented here (https://www.advancedcustomfields.com/resources/adding-fields-menu-items/) only really documents how to add fields inside of the link by apending onto the menu item’s title value. This places the field values inside of the link which is not appropriate for what I was intending.
Is there a way to place menu item fields outside of the tag but within the
.
Also can I still use a repeater?