Home › Forums › Backend Issues (wp-admin) › 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": ""
}
]
The topic ‘Data is not saved in taxonomy field’ is closed to new replies.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.