Support

Account

Home Forums Backend Issues (wp-admin) Data is not saved in taxonomy field

Unread

Data is not saved in taxonomy field

  • Hi!
    For some reason data is not saved in taxonomy custom field in the admin page.
    I read the documentation, the custom field names are less than 64 characters long.

    Here is a video describing the problem

    Any help would be great.

    —- Versions —-
    ACF v5.7.7
    WP v4.9.8

    Here is the group json export

    
    [
        {
            "key": "group_5bfce8436daf6",
            "title": "Front page",
            "fields": [
                {
                    "key": "field_5bfce8506cb34",
                    "label": "Featured post categories left column",
                    "name": "cat_left",
                    "type": "taxonomy",
                    "instructions": "Select the desired category that you would like to show in the front page left column",
                    "required": 1,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "33",
                        "class": "",
                        "id": ""
                    },
                    "taxonomy": "category",
                    "field_type": "select",
                    "allow_null": 0,
                    "add_term": 0,
                    "save_terms": 1,
                    "load_terms": 1,
                    "return_format": "object",
                    "multiple": 0
                },
                {
                    "key": "field_5bfcf5635f301",
                    "label": "Featured post categories center column",
                    "name": "cat_center",
                    "type": "taxonomy",
                    "instructions": "Select the desired category that you would like to show in the front page center column",
                    "required": 1,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "33",
                        "class": "",
                        "id": ""
                    },
                    "taxonomy": "category",
                    "field_type": "select",
                    "allow_null": 0,
                    "add_term": 0,
                    "save_terms": 1,
                    "load_terms": 1,
                    "return_format": "object",
                    "multiple": 0
                },
                {
                    "key": "field_5bfcf5e430277",
                    "label": "Featured post categories right column",
                    "name": "cat_right",
                    "type": "taxonomy",
                    "instructions": "Select the desired category that you would like to show in the front page right column",
                    "required": 1,
                    "conditional_logic": 0,
                    "wrapper": {
                        "width": "33",
                        "class": "",
                        "id": ""
                    },
                    "taxonomy": "category",
                    "field_type": "select",
                    "allow_null": 0,
                    "add_term": 0,
                    "save_terms": 1,
                    "load_terms": 1,
                    "return_format": "object",
                    "multiple": 0
                }
            ],
            "location": [
                [
                    {
                        "param": "page",
                        "operator": "==",
                        "value": "16"
                    }
                ]
            ],
            "menu_order": 0,
            "position": "normal",
            "style": "default",
            "label_placement": "top",
            "instruction_placement": "label",
            "hide_on_screen": "",
            "active": 1,
            "description": ""
        }
    ]
Viewing 1 post (of 1 total)

The topic ‘Data is not saved in taxonomy field’ is closed to new replies.