FormIt Multiple Forms Conflict

I have two forms on one page with one field in common: email. When submitting a completed form (it doesn’t matter which one) it will throw an error about an empty email field in the other form.

I tried renaming all the relevant email-related fields of one form (e.g. email1) but I still get an error when submitting either form. What am I missing?

MODX v3.1.2

Did you set the &submitVar property correctly for both forms, so that only the submitted form gets processed?

@halftrainedharry Yes I did.

In the end I got it working by using a different prefix for one of the forms.