Home › Forums › Backend Issues (wp-admin) › How to connect ACF field to existing media fields › Reply To: How to connect ACF field to existing media fields
I would contact elementor.
If you really want to do this it would require creating an acf/save_post action to either get the values from the attachment and add them to the post or to use values in the post to update the image.
If I really needed to do this I would pull the values from the image and save them to a standard WP custom field without supplying a field to edit them.
Or I would create fields and use these while ignoring the values in the image. This would be the case if I wanted to allow the user to have different values for each image on every post. In this case I would make them required and most likely use an acf/load_value or acf/prepare_field filter to preset these fields to what is held in the WP fields for the image.
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.