Description
While filling the admission form, the user should not be allowed to proceed to the next step without completing all required fields in the current step.
User Flow:
- User click on next button.
- Validate all the fields.
- Show warning if validation fails.
None of the field is valid
Few fields are valid
Note: We should also store these field data as a temporary basic in the session storage or in the db.