Hello,
I want to know if it's possible to add data inside a text field that is inside a group.
I have a group in ACF (https://www.advancedcustomfields.com/resources/group/) with a image field and a text field inside. I want data from the xml that I import to go inside the text field.
By default, the importer show me the group field but i doesn't work if i choose it.
Can it be done using the entry as Text field ?
A field inside a group is something like field_5e62a5c26df13_7f855a5c7d68
So i tried :
acf_field::text::field_5e62a5c26df13_7f855a5c7d68
But it didn't work.
Thank you
Regards
Hello,
Thank you, the new code show me the text field inside the ACF group and the import is working.
Regards.