Start button
Use a start button for the main call to action on your service’s start page. Start buttons don’t usually submit form data, so they use a link tag rather than a button tag.
Start button
Rendering a start button in a form
If you need to submit data you can make the component render a form
containing a button instead of a link by passing as_button: true
. This
approach uses the Rails button_to
helper and will render a form that
will POST
to the target URL.
WarningThe GOV.UK Design system advises against submitting data with a start button