• Resolved dmitriy1993

    (@dmitriy1993)


    Good day. I want to say thank you very much for your work and wonderful plugin.
    I came across this problem:
    My website has a field group that contains 4 text fields. There is also a separate field outside this group. The problem is that it does not see the group, or it does but does not work correctly. since when you save a post, the fields are updated with the same value in all localizations.

    Using the available documentation, I tried to register the group in different variations in the wpm-config.json file, but it did not work.

    "post_fields": {
            "excerpt":{},
            "test_field": {},
            "404_fields": {
                "title": {},
                "subtitle": {},
                "button_text": {},
                "button_link": {}
            }
    }


    in this example, he only sees the “test_field”, but not the group.

    "post_fields": {
            "excerpt":{},
            "test_field": {},
            "404_fields": {
                "wpm_each": {
                    "title": {},
                    "subtitle": {},
                    "button_text": {},
                    "button_link": {}
                }
            }
        }

    I also thought that the plugin considers the group to be a kind of array and tried this recording form, but it didn’t work.

    Please help me deal with this problem. What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dmitriy1993

    (@dmitriy1993)

    Another question arises, what will the field configuration look like if I have a repeater field with a nested repeater?

    Plugin Author Magazine3

    (@magazine3)

    Hi, thank you for reaching out to us. Could you please share the URL once so we can check.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ACF groups not working correctly?’ is closed to new replies.