Skip to content
Reverend edited this page Jun 6, 2025 · 4 revisions

SCROLL PANES

Use them but design for them not being required. Test your form design using a Large Print theme.

  • Does it still fit on screen?
  • Have you pushed the Okay Button off the bottom of the screen?
  • Have you completely nerfed the functionality of the form?

Field Labels

  • Align field labels adjacent to their input field.
  • Field label strings should have no trailing colon.
  • Allow for expansion to accommodate long translation strings.

Alignment

Try to maintain consistent alignment between input fields.

Bad

image

Better

image

Good-ish

image

Clone this wiki locally