Home › Forums › Add-ons › Repeater Field › Repeater field with woocommerce order › Reply To: Repeater field with woocommerce order
Hi @kiran,
Thanks for the post.
The acf_form() and the acf_form_head() functions should be called in the region of your template where you want to display the form. The acf_form_head() function is used to process the form data.
Since the repeater makes use of repeating sets of row data, you might also need to a loop to get all the data that you want to set in your meta table. The have_rows() and the_row() functions are used to step through the row 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.