As of Aug. 21, the beta for multi-step forms currently allows users to click "next" on each step regardless of whether or not they have completed the required fields. This causes a couple of obvious issues: 1) If they get to the end of multiple steps but have missed a required field, they have to hit "back" through each step until navigating back to the missed field 2) If you have property logic included (i.e. skip to step 3) but they don't complete the required field with this logic, then hitting "next" will not trigger this logic and they will go to Step 2. Desired functionality: I believe the required field check should be triggered at each step and flagged when clicking "next" and prevent nagivation to the next step.
...read more