Hi,
that’s a nice case.
I would model a collection with all of those fields. And then you have two choices to model the UI:
- Build two different forms for the two statues and direct user to appropriate form based on his selection.
Basically user flow being:
- Fill in common details
- Select statue
- Click Next (on next you save the partial details and direct user to the second part of the form where he is actually continuing to edit the same item)
- User fills in the specific details and by clicking the last Save / Register button updates the item with remaining details.
The idea rests on building two Dynamic Pages for each of the continued forms (Professional and Particulier) and setting update collection permission to Site Member Author, so only those who started the form can continue filling it.
- Hide and show elements based on his selection.
This makes it all into one page, but might be a bit more complicated to model visually.
I hope this gets you on the right track. Don’t hesitate to continue the discussion if you need more details. Have fun Wix Coding!