1. Component Guide
  2. Single page notification button
  3. With skip account
Single page notification button example

With skip account

If the skip_account flag is present, the button action will be set to the non GOV.UK One Login signup endpoint of /email-signup.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/single_page_notification_button", {
  base_path: "/current-page-path",
  js_enhancement: true,
  skip_account: true
} %>