How can fill form "a" and automatically fill form "b" without showing it to the user?

hi
how can For example fill form “a” and automatically fill form “b” without showing it to the user?

Hi Jack. You could do that with the Gravity Forms API after form a is submitted. Here is the documentation regarding submitting the form with the API:

You could hook that to the gform_after_submission hook for form a:

The user would never see form b. If you have any other questions, please let us know.

2 Likes

thank you very much

If you would prefer to do that without requiring any PHP code, the Gravity Flow Form Connector would be one to check out. It allows you to create an entry between forms (or even separate WordPress sites) and map which field data should go between the form fields.

Cheers,
Jamie

1 Like