How to include repaeter field in the submit job form of the 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.
Hi,
Did u managed to get the desired output. I am also in a same situation. need to show repeater from acf in job submit form. I am using listable theme too.