Hi Everyone,
I want to create multiple forms to gather contacts for different reasons -
- Subscribers who want our newsletter
- Those who want to download our resource
- Those who fill out our profile form
All of the forms capture Name, Email and then they have different fields.
I want to keep all these contacts in the same table. I was hoping to have one table with 3 different form views. The issue is, I want to track how each contact came in, and I can’t figure out how to tag the submitted responses by the form they submitted. Instead, I have these split across different tables and I manually tag each, then copy/paste new responses into a master list. Am I missing something obvious here? I keep all the tables structured the same so the copy/paste to master is easy.