Is there a (simple-ish) solution to pass data entered into a GF field over to an ACF field on submit?
Use case; I have an onboarding form built with GF and I need to have the data sent over to a series of ACF fields in the ‘user’ post type upon submit. These fields are then displayed in the ‘my account’ section on the frontend.
Contact ACF support for advice on how to populate your custom fields using code.
Once you have that part clear, you can use the following hook which runs after submission and gives you access to all the data submitted in $entry to run your ACF code to save the data: gform_after_submission - Gravity Forms Documentation