Is there an internal ACF function that will render a field group?
Basically, I have a form that gets updated quite frequently and I want to use the .json file for the group to render a form, but not have ACF handle the submit.
The end goal is this… I am working on a native iOS app and I need to generate forms offline. My app will download the json file for a field_group when it’s online and store it on the device. Then in offline mode, generate the form and process form input offline, then use the REST API to sync the offline data back to the site when online.
If any of that makes sense.