Get startedPatternsComponentsStylesContentSupport
Select your development framework to see all code in your development languages. You can change this in the top right of the screen.
AllSimple formPagesBasic page layoutStart pageTask list pageQuestion pagesReview pageResults page

Review page

Let users check answers before submitting information to a service.

Review page

View in Figma

Review your answers

Your situation

What was your (the applicant's) relationship to the deceased?OtherChange
My relationship to the deceased wasManagerChange
Was the deceased part of a household that was receiving Assured Income for the Severely Handicapped (AISH) or Income Support?NoChange
Was the deceased a minor?NoChange
What was the deceased's marital status at time of death?MarriedChange
Did the deceased have any dependents?NoChange
Was the deceased a sponsored immigrant?YesChange
Confirm and continueBack to application overview
h2.section-title {
  margin-top: 0;
  margin-bottom: 0;
}
h2.section-title + h3 {
  margin-top: var(--goa-space-l);
  color: var(--goa-color-text-secondary);
}
<h2 className="section-title">
  Review your answers
</h2>
<h3>
  Your situation
</h3>
<GoATable mt="l">
  <tbody>
    <tr>
      <td>
        <strong>
          What was your (the applicant's) relationship to the deceased?
        </strong>
      </td>
      <td>
        Other
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          My relationship to the deceased was
        </strong>
      </td>
      <td>
        Manager
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          Was the deceased part of a household that was receiving Assured Income for the Severely Handicapped (AISH) or Income Support?
        </strong>
      </td>
      <td>
        No
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          Was the deceased a minor?
        </strong>
      </td>
      <td>
        No
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          What was the deceased's marital status at time of death?
        </strong>
      </td>
      <td>
        Married
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          Did the deceased have any dependents?
        </strong>
      </td>
      <td>
        No
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
    <tr>
      <td>
        <strong>
          Was the deceased a sponsored immigrant?
        </strong>
      </td>
      <td>
        Yes
      </td>
      <td>
        <GoAButton type="tertiary">
          Change
        </GoAButton>
      </td>
    </tr>
  </tbody>
</GoATable>
<GoAButtonGroup alignment="start" mt="2xl">
  <GoAButton type="primary">
    Confirm and continue
  </GoAButton>
  <GoAButton type="tertiary">
    Back to application overview
  </GoAButton>
</GoAButtonGroup>
Show more
review page overview image

When to use a review page

Review and submit your answers at the end of a form or section.

When designing a very large transaction with multiple sections, it may help to include a check answers pages at the end of each section.

Let users go back and change their answers

Provide a "change" link next to each section so that users can add or change the information they are submitting.

If you have questions that are optional, let users know that they've skipped it without giving an answer by showing their response as "Not provided".

Include the full question name again in the change button as "visually hidden" so that the screen reader reads out "change [question]" instead of just "change". This gives context to a user using assistive technologies while keeping the link simple for most users.

let users go back and change their answer example image
Join design system drop in hours to get feedback on your service, propose new components or patterns, suggest changes to existing resources, ask questions, and give feedback to the design system. These sessions are for Government of Alberta product teams.
Book time in drop in hours
Get startedPatternsComponentsStylesContentSubmit an issue#design-system-supportContribute to the design systemGive feedbackRelease notes