Home › Forums › Backend Issues (wp-admin) › Generating multiple forms on the same page (and saving them) › Reply To: Generating multiple forms on the same page (and saving them)
I could work on core/api.php : acf_form()
// load fields
$fields = apply_filters('acf/field_group/get_fields', array(), $acf['id']);
to modify the fields keys
There is a hook in acf.php : save_post() :
do_action('acf/update_value', $v, $post_id, $f );
I probably won’t be able to prevent the product_variation meta to be linked the product, but I could ensure the meta value to be linked to the product_variation
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.