Multiple Forms: Unions are not supported

The current version of the Multiple Forms extension can only perform a JOIN operation, not a UNION operation (yet).

How a UNION works (not yet possible with GravityView)

It can't combine the information of two forms like this...

Form A with duplicate entries for names and emails

Form B table showing contact details with headers: First, Last, Email. Entries underlined in first row

...into a View like this:

Two tables with names and emails, illustrating the issue of unsupported unions in data forms

That's not possible!

How a JOIN works

What the plugin allows instead is the following, known as a "JOIN":

Form A with duplicate entries for names and emails

Table with duplicate names, different email addresses in "Form B". Email: alice@alice.com, bob@alice.com

Joining these two forms by the email address and outputting a View like this:

Data source selection with options to join Form A and Form B by email

Table shows joined view A with B, listing names and emails under columns First, Last, and Email

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us