Contents
Why are custom fields not saving in guttember?
When guttemberg is enabled, pages, posts, etc, having custom groups/fields, do not save the changes when pressing “publish”. The new content on those fields do not disappear, but if i leave editor and return, no changes saved. I guess is something when guttember saves data (js), well, it´s not saving for some reason, thats´s the problem.
Why are custom fields not saving on page update?
The second field is a textarea inside a flexible field inside a group. This one NOT SAVE on page update. If i use another flexible field, with a select, it was SAVED on update page. Those same flexible fields are used also on a custom post type that do not use gutemberg, on those, fields save normaly.
Why are custom fields not saving-ACF support?
This is also the case for acf fields in posts. Also the issue that you claim as “fixed” (display fields in high position) is actually not fixed. i can still not see a box if i set position to “after title, before content” Hi Novalis, what you described is exactly my case, same thing.
Why are some data fields not saving power?
All the data cards are custom ones, but we’ve bound the controls as they should be so that they should populate from the list on load, and save back on submit. However, while all fields appear to load successfully (i.e. we can access the data card default value), some fields save back to the list and others don’t.
What are the fields that are not saving?
The first field that was saved is a textfield into a group displayed on pages. This one SAVE on page update using gutemberg. The second field is a textarea inside a flexible field inside a group. This one NOT SAVE on page update.
Why are custom fields not saving in classic editor?
The only way is to install the Classic Editor plugin, so guttemberg editor will be disabled. When guttemberg is enabled, pages, posts, etc, having custom groups/fields, do not save the changes when pressing “publish”. The new content on those fields do not disappear, but if i leave editor and return, no changes saved.
How to check for modified fields in script?
If you just want to do a check to see if any value on the entire form changed (a dirty form), you can use ‘g_form.modified’ in an ‘onSubmit’ client script like this… return confirm (“Values on the form have changed. Do you really want to save this record?”);