I'm trying to implement a multi-step form using the form nesting mentioned in the documentation but I'm having a hard time understanding how to get it to work and validate properly at each step. More specifically, I'm confused about the following:
- Should the parent form define the whole schema or is each child form responsible of specifying each sub-schema?
- How can I customize each step's validation, for example calling an API for checking if an email is available?