Has anyone successfully worked with ACF and WooCommerce Orders? I have a unique project where someone purchases the product then needs to enter up to 5 names on the order. I instantly thought of the ACF repeater field but I trying to figure out
A) how can I get this to show up on the order page (I have it setup for “order” as post type)
&
B) How do I make ACF a two way street where the user can enter in a form on the front end and it will sync to the order repeater field on the backend. Is ACF_form the answer for this?