@gentlemansexpress, this is possible if you exploit the dynamic data attachment feature. Feel free to learn more about this feature through the support article here:
With the dynamic data attachment feature you will first need to create a parent form that will have the identifier details. Then once you have the identifier details in the parent form, you can create a section of the form that should be filled by a specific user and then deploy then as a child form. You can create as many child forms as needed for your parent form.
So now the procedure to collect the data would be as follows:
- Collect parent data first. Say person 1. Once done, he/she will need to submit that submission to the server. The server takes 5 minutes to sync the parent-child form so data collection by person 2 can only happen after 5 minutes of submitting the data to the server.
- Once the data is sent to the server, person 2 can continue data collection. But this is in a new child form. Person 2 has to enter the identifier that will pull data from the parent form to the child form for the sections that were entered by person 1. Once the information is pulled to the blank form where person 2 is trying to make a submission, person 2 can continue making data collection.
This process keeps extending based on how many child form your project have.