1. Collections Component Guide
  2. Form date input
  3. With error
Form date input example

With error

How it looks (preview)

What is your date of birth?
For example, 31 3 1980

Error: Error message goes here

Error:

Error:

Error:

How to call this example

<%= render "govuk_publishing_components/components/date_input", {
  legend_text: "What is your date of birth?",
  hint: "For example, 31 3 1980",
  error_message: "Error message goes here"
} %>