Home › Forums › Add-ons › Repeater Field › Include repeter field in job submit form in listable wordpress theme › Reply To: Include repeter field in job submit form in listable wordpress theme
Hi @sachin
I believe you can use the acf_form() with the “form” option set to “false”. This way, you can add ACF’s form to the existing job form. After that, you need to save the fields using the update_field() function. Please ask the theme author if they have an action hook to execute that function.
To learn more about ACF form, please take a look at this page: https://www.advancedcustomfields.com/resources/create-a-front-end-form/.
Hope this helps.
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.