Link the user to give feedback to the service

Use the microsite header’s feedback functionality to collect user feedback during alpha or beta phases of a service.

When to use

Use this pattern when:

  • Your service is in alpha or beta phase
  • You want to actively collect user feedback
  • Building a citizen-facing government service
  • The service is still being developed and improved

Considerations

  • Use the onFeedbackClick handler to define feedback behavior
  • Consider linking to a feedback form or opening a modal
  • The feedback link appears automatically on alpha/beta headers
  • Ensure the feedback mechanism is accessible and easy to use
View old example docs