Result page

      <GoabText tag="h1" mt="none">
        You have completed the application
      </GoabText>

      <GoabCallout type="success" heading="Application submitted">
        <GoabText size="body-m" mt="none" mb="s">
          You will receive a copy of the confirmation to the email name@email.com
        </GoabText>
        <GoabText size="body-m" mt="none" mb="none">
          Your reference number is: <strong>1234ABC</strong>
        </GoabText>
      </GoabCallout>

      <GoabText tag="h2" mt="xl" mb="m">
        What happens next
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        We've sent your application to service name. They will contact you to confirm your
        registration.
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        You can now close this window.
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        What did you think of this service? <a href="#">Give feedback</a>
      </GoabText>

      <GoabText tag="h2" mt="xl" mb="m">
        If you have questions about your application
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        Contact the [ministry area].
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        Email: <a href="mailto:information@gov.ab.ca">information@gov.ab.ca</a>
      </GoabText>
      <GoabText size="body-m" mt="none" mb="s">
        Phone: <a href="tel:7801234567">780 123 4567</a>
      </GoabText>
  );
}
<goab-text tag="h1" mt="none">You have completed the application</goab-text>

<goab-callout type="success" heading="Application submitted">
  <goab-text size="body-m" mt="none" mb="s"
    >You will receive a copy of the confirmation to the email
    name&#64;email.com</goab-text
  >
  <goab-text size="body-m" mt="none" mb="none"
    >Your reference number is: <strong>1234ABC</strong></goab-text
  >
</goab-callout>

<goab-text tag="h2" mt="xl" mb="m">What happens next</goab-text>
<goab-text size="body-m" mt="none" mb="s"
  >We've sent your application to service name. They will contact you to confirm your
  registration.</goab-text
>
<goab-text size="body-m" mt="none" mb="s">You can now close this window.</goab-text>
<goab-text size="body-m" mt="none" mb="s"
  >What did you think of this service? <a href="#">Give feedback</a></goab-text
>

<goab-text tag="h2" mt="xl" mb="m"
  >If you have questions about your application</goab-text
>
<goab-text size="body-m" mt="none" mb="s">Contact the [ministry area].</goab-text>
<goab-text size="body-m" mt="none" mb="s"
  >Email:
  <a href="mailto:information&#64;gov.ab.ca">information&#64;gov.ab.ca</a></goab-text
>
<goab-text size="body-m" mt="none" mb="s"
  >Phone: <a href="tel:7801234567">780 123 4567</a></goab-text
>
<goa-text as="h1" mt="none">You have completed the application</goa-text>

<goa-callout version="2" type="success" heading="Application submitted">
  <goa-text size="body-m" mt="none" mb="s"
    >You will receive a copy of the confirmation to the email name@email.com</goa-text
  >
  <goa-text size="body-m" mt="none" mb="none"
    >Your reference number is: <strong>1234ABC</strong></goa-text
  >
</goa-callout>

<goa-text as="h2" mt="xl" mb="m">What happens next</goa-text>
<goa-text size="body-m" mt="none" mb="s"
  >We've sent your application to service name. They will contact you to confirm your
  registration.</goa-text
>
<goa-text size="body-m" mt="none" mb="s">You can now close this window.</goa-text>
<goa-text size="body-m" mt="none" mb="s"
  >What did you think of this service? <a href="#">Give feedback</a></goa-text
>

<goa-text as="h2" mt="xl" mb="m">If you have questions about your application</goa-text>
<goa-text size="body-m" mt="none" mb="s">Contact the [ministry area].</goa-text>
<goa-text size="body-m" mt="none" mb="s"
  >Email: <a href="mailto:information@gov.ab.ca">information@gov.ab.ca</a></goa-text
>
<goa-text size="body-m" mt="none" mb="s"
  >Phone: <a href="tel:7801234567">780 123 4567</a></goa-text
>

A result page shown after form submission to confirm success, provide next steps, and offer relevant contact information.

When to use

Use this pattern when:

  • A user has submitted a form or application
  • You need to confirm successful completion of a process
  • There is important follow-up information to communicate
  • Users need reference numbers or confirmation details

Considerations

  • Include a reference number if applicable
  • Clearly explain what happens next and when
  • Provide a way to save or print the confirmation
  • Include service contact information for questions
  • Link to feedback forms and related services
  • Keep the success message clear and reassuring
View old example docs