hello,
I’m looking to save the repeater form field data into an array and pass it into a secondary form I have in place already … The 2 different forms don’t work together. I have a form originally place and I’m trying to plug this repeater field INTO that existing form. the existing form uses a specific way to save the existing post data and I’m trying to plug the data INTO that existing form so it saves properly. It just hangs as of this moment and doesn’t save at all.
This is for the directory press wordpress theme.
Is this possible?
Thanks
Or possibly is there a way to export the form data that was saved after hitting ‘submit’ to JSON to be utilized elsewhere?
Thanks
Hi @ryan4021
I am sorry for the delayed response.
I believe you can do it by using the “acf/save_post” hook. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/acfsave_post/.
Hope this helps.