Support

Account

Home Forums General Issues Saving dynamically-generated data Reply To: Saving dynamically-generated data

  • what version of ACF are you using? It should be picking them up and showing them under Post Taxonomy.

    There is a way you can avoid re-selecting the same tags, but it will require saving the post twice.

    You can dynamically set the choices of a checkbox field the same way that is described here https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/. But like I said, for this to work you’d have to save the post and then on the second load you’d see values.

    In the filter you would get the tags associated with the current post and populate the choices array.