Home › Forums › Bug Reports › Option Fields not saving within Flexible Content › Reply To: Option Fields not saving within Flexible Content
Hi @startupguys
I have a feeling that this issue is related to a character length of the value you are trying to save.
The wp_options table has a character limit of 64 on the options_name column. This means that WP can’t save any data that exceeds this limit. Your nested repeater field is most likely causing the field_name to become too long.
For extra reading, you can read about how the repeater field saves it’s data here:
http://www.advancedcustomfields.com/resources/field-types/repeater/
Your options are to either:
1. Increase the ‘Length’ for the option_name column
2. Change your field names to be shorter
Thanks
E
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.