Architecture Decision Records (ADRs)

← Home

Place form fields in the same order that they are rendered in the default view mode

Introduction

To ease site building activities, the order of fields in the form and the display should match unless there is a documented reason for them not to.

Decision

Always check form fields order and reorder to match the default view mode order.

Context

When form fields are ordered randomly, it makes it difficult for content editors to find the desired field to fill and/or update when needed.

Consequences

Exceptions

Additional Resources

None

← See more ADRs