Is it possible to create a View that takes input from more than 1 Form?
Is it possible to create a View that takes input from more than 1 Form?
I have created an app with about 10 forms and about 20 views. What I want to do is bring together all the DATES in the forms into a single view (in the shape of a calendar, rather than list). Is this possible?
I guess one way of doing it would be to set up the View to receive input by email, and then to have all the forms send input that way. But even if that works, it seems rather circuitous.