Home › Forums › Front-end Issues › Adding User Form field to woocommerce Email › Reply To: Adding User Form field to woocommerce Email
The field is attached to the user (on user profile page), not the order.
To get the field from the user you need the user ID
get_field('escentia_internal', 'user_'.$user_id)
that being said, I have no idea how to get the user ID wherever it is that you are trying to add code.
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.