Support

Account

Home Forums ACF PRO Nested flexible content not saving. Reply To: Nested flexible content not saving.

  • Hi @traviskelleher

    It is most likely that the data being saved can’t fit within the limits of the wp_options table.

    By default, the max length of an options name is 64 characters. Due to the nested nature of your fields, the name being saved would be larger than 64.

    The solution is to either modify your field names and make them shorter, or edit the wp_posts table and increase the length of the options_name column.

    Thanks
    E