Home › Forums › Front-end Issues › Add custom fields to WooCommerce Reviews › Reply To: Add custom fields to WooCommerce Reviews
The new ACF fields won’t save because you’re not triggering the additional form with the ACF fields.
From what I can see you have 2 options:
1) I’m not sure what the enhanced review plugin does, but maybe you can remove it and look to add the functionality another way, therefore, allowing you to add the ACF fields as mentioned above OR
2) You see if the enhanced review plugin has a hook/action on save, therefore, once the review form is triggered, you run a function to get the field data from the ACF fields and use update_field() to insert the data
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.