We also have an issue with ACF PRO 5.8.7, it tends to not save some of the input at the end of the list of custom fields. The behavior is somewhat random.
Thanks for looking into it! All the best, Hendrik
Notes:
- we use M.E. Calendar 4.9.0, but deactivated it to check whether it is caused by the same issue as:
https://theme.co/apex/forum/t/m-e-calendar-and-acf-pro-conflict/69888 - we replicated the issue both in a test and on a production environment
- we added the PHP exported from ACF PRO to functions.php but this didn’t solve the issue.
json of the custom types below.
[
{
“key”: “group_5e493ef7007bf”,
“title”: “Fachliteratur”,
“fields”: [
{
“key”: “field_5e49404ad87c0”,
“label”: “Erscheinungsjahr”,
“name”: “erscheinungsjahr”,
“type”: “number”,
“instructions”: “”,
“required”: 1,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“default_value”: “”,
“placeholder”: “”,
“prepend”: “”,
“append”: “”,
“min”: “”,
“max”: “”,
“step”: “”
},
{
“key”: “field_5e49408bd87c1”,
“label”: “Dokumentart”,
“name”: “dokumentart”,
“type”: “select”,
“instructions”: “”,
“required”: 1,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“choices”: {
“einführende Artikel”: “einführende Artikel”,
“Fachartikel”: “Fachartikel”,
“Buch”: “Buch”
},
“default_value”: [],
“allow_null”: 0,
“multiple”: 0,
“ui”: 0,
“return_format”: “value”,
“ajax”: 0,
“placeholder”: “”
},
{
“key”: “field_5e494b7c264d2”,
“label”: “Bereich”,
“name”: “bereich”,
“type”: “select”,
“instructions”: “”,
“required”: 1,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“choices”: {
“Einzeltherapie (EFIT)”: “Einzeltherapie (EFIT)”,
“Familientherapie (EFFT)”: “Familientherapie (EFFT)”,
“Paartherapie (EFT)”: “Paartherapie (EFT)”
},
“default_value”: [],
“allow_null”: 0,
“multiple”: 1,
“ui”: 0,
“return_format”: “value”,
“ajax”: 0,
“placeholder”: “”
},
{
“key”: “field_5e4940dfd87c2”,
“label”: “Sprache”,
“name”: “sprache”,
“type”: “select”,
“instructions”: “”,
“required”: 1,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“choices”: {
“deutsch”: “deutsch”,
“englisch”: “englisch”
},
“default_value”: [
“deutsch”
],
“allow_null”: 0,
“multiple”: 0,
“ui”: 0,
“return_format”: “value”,
“ajax”: 0,
“placeholder”: “”
},
{
“key”: “field_5e494130d87c3”,
“label”: “Erscheinungsort und Verlag”,
“name”: “erscheinungsort_und_verlag”,
“type”: “text”,
“instructions”: “”,
“required”: 1,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“default_value”: “”,
“placeholder”: “”,
“prepend”: “”,
“append”: “”,
“maxlength”: “”
},
{
“key”: “field_5e49414fd87c4”,
“label”: “ISBN/DOI”,
“name”: “isbndoi”,
“type”: “text”,
“instructions”: “”,
“required”: 0,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“default_value”: “”,
“placeholder”: “”,
“prepend”: “”,
“append”: “”,
“maxlength”: “”
},
{
“key”: “field_5e4965867c1d4”,
“label”: “Link”,
“name”: “link”,
“type”: “text”,
“instructions”: “”,
“required”: 0,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“default_value”: “”,
“placeholder”: “”,
“prepend”: “”,
“append”: “”,
“maxlength”: “”
},
{
“key”: “field_5e49417fd87c5”,
“label”: “Download”,
“name”: “download”,
“type”: “file”,
“instructions”: “”,
“required”: 0,
“conditional_logic”: 0,
“wrapper”: {
“width”: “”,
“class”: “”,
“id”: “”
},
“return_format”: “array”,
“library”: “all”,
“min_size”: “”,
“max_size”: “”,
“mime_types”: “”
}
],
“location”: [
[
{
“param”: “post_type”,
“operator”: “==”,
“value”: “post”
}
]
],
“menu_order”: 0,
“position”: “acf_after_title”,
“style”: “default”,
“label_placement”: “top”,
“instruction_placement”: “label”,
“hide_on_screen”: [
“the_content”,
“discussion”,
“comments”,
“slug”,
“format”,
“page_attributes”,
“send-trackbacks”
],
“active”: true,
“description”: “”
}
]

