Can I use 2 different view of presentation of forms?
Imagine you have a wizard with 3 steps.
The first step has entries with a lot of fields. The second step has forms which are separated by categories. The third step it is just summary page.
I need to understand what is the best way to present forms.
With these steps I have the following problems:
- Should I align labels to the left, or above of field? With cards which follow each other or do it in one axis?
- The forms should be presented well with small screen (1024px width) and big screen (1920px)
Help me please guys with it. I am breaking my head about 2 weeks with finding the best solution.