My Listers Sign Up

UI and best practise for the My Listers Sign Up page.

Dependencies

This layout uses the following components as 'atoms' to create the full UI.

Extends: Layouts: Uses: Components:

Sign Up UI

Example of the Sign Up UI on Listers.

Sign Up

Terms and Conditions, Privacy Policy

Already a member? Login

Notes:

Good practise checklist for sign up forms.

  • Use meaningful HTML elements: <form>, <input>, <label>, and <button>.
  • Each input uses a label.
  • Element attributes such as <type>, <name>, <autocomplete>, <required>.
  • Use the form element.
  • Use autocomplete="new-password" and id="new-password" for password inputs.
  • Show/Hide password input functionality. Remove the need for duplicate password entry.
  • Use aria-label and aria-describedby for password inputs, to describe any constraints.
  • Ensure touch targets are large enough and have adequate spacing between other hit areas.