I have a question:
while creating multistep form that store a single record with multiple information related to one user.
Project: I have multiple steps:
1- first user login,
2- second a onboarding start page visible,
3- third page show a form with business detail collection’s some field.
4- four step asking user to input remaining fields of same business detail collection. (so in 3 & 4 step we using same collection “business detail” but displaying on different page and different fields )
5- first step show new form with personal detail collection
6- sixth step show other half fields of personal detail collection asking user to input data. (5 & 6 step using same collection “personal info” but displaying on different page and showing fields of that collection)
7 and other further steps asking and confirming phone number.
Questions:
- Do i need to check “SEND current object ID” at first step “login form” or “onboarding page” or any other page in our event?
- From which step onward we have to use “Previous Step collection ID”.
- Now i have two different form both are using two different pages to get data from user. Does first page will “save Data” in collection and other page will “update data” in that collection?
also how id will be passed either previous collection id or current object id?