Support

Account

Home Forums ACF PRO Enter values through the database Reply To: Enter values through the database

  • Thanks for your reply.

    To give some extra clarification.

    I have a field group for a custom post type.

    There are 8 custom fields and I added another one text field that has a default value, and I need to add sufix into that field for every post (4 charachters).

    My inital attempt was to find those fields in the database and edit them directly in the post_meta table. The problem is there are no entries (empty, with default value) created for me to be able to update them.

    Maybe they are somewhere else in the database? I assume they must exist because when I filter them in the facetwp there are all the fields with the default value set in the field group, but when queried in the database, there are none, except those that are updated through wordpress post.

    Any suggestion would be appreciated. Thanks.