Form layouts are used to arrange fields within a form using standard spacing. Fields are stacked vertically, but can be further grouped into rows using the EzLayout
component.
Forms should:
Visually grouping closely related fields such as state and zip code, or start and end dates can help users make sense of the information they must fill in.
Fields that are not directly related to each other should not be visually grouped together as this can make it easier to overlook certain fields.
Use EzLayout to arrange fields into groups, or to vary field layouts across different screen sizes and device types.