Connect multiple Gravity Forms forms that share field values.
If you have two forms that share values (for example, both forms may contain a person’s email address, phone number, name, state, etc.), you can combine them and show data from both forms in one View!
The plugin supports two modes for displaying connected values:
Show all entries from Form A, regardless of whether the Form B field has content.
- Show a row for each entry from each form, instead of combining the forms into one row. Developers: The plugin will support unions as well as the current joins.
- Search specific fields on connected forms (currently only “Search All Fields” and the parent form fields are searchable)
- Add support for the Advanced Filtering extension across joined fields
- Connect forms based on the values from connected forms (not just values from the parent form)