> ## Documentation Index
> Fetch the complete documentation index at: https://formhug.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# End Page

> Configure what submitters see after they submit — confirmation, quiz results, assessment reports, or a redirect

The **end page** is the screen submitters see as soon as they finish your form. FormHug gives you four end page types so the post-submit experience fits your use case.

<img src="https://mintcdn.com/formhug-8bc4ebd1/G9oY8IClAvYHkhzC/images/basic-features/default-end-page.jpg?fit=max&auto=format&n=G9oY8IClAvYHkhzC&q=85&s=7e63a5f05cf57358ad2cad1672a6dd7e" alt="FormHug default end page with confirmation and post-submit options" width="4222" height="2238" data-path="images/basic-features/default-end-page.jpg" />

End pages are especially important for <a href="https://formhug.ai/quiz-maker" target="_blank">quizzes</a>, <a href="https://formhug.ai/assessment-maker" target="_blank">assessments</a>, registrations, and confirmation-heavy workflows.

For result-heavy forms, compare the quiz workflow in <a href="https://formhug.ai/blog/how-to-create-an-online-quiz" target="_blank">how to create an online quiz</a> with the broader idea in <a href="https://formhug.ai/blog/everything-can-be-a-quiz" target="_blank">Everything Can Be a Quiz</a>.

## Default End Page

The default end page focuses on confirmation and follow-up:

| Element               | What the submitter gets                             |
| --------------------- | --------------------------------------------------- |
| **Success message**   | A thank-you and short confirmation you set          |
| **Submission ID**     | A unique reference number they can save             |
| **Response summary**  | A copy of what they submitted (optional)            |
| **Login to save**     | Option to create an account and save their response |
| **Verification code** | A code for check-in (e.g. events, tickets)          |
| **Certificate**       | A downloadable completion certificate               |

Use this when you want a clean "thank you" plus optional proof or a copy of their submission.

## Quiz Results Page

For quizzes and tests, the end page becomes a results screen:

| Element             | What the submitter gets                         |
| ------------------- | ----------------------------------------------- |
| **Score**           | Points and percentage earned                    |
| **Feedback**        | Messages you define by score range              |
| **Correct answers** | Which answers were right or wrong               |
| **Certificate**     | A pass/finish certificate when criteria are met |

## Assessment Report

For skills and assessments, the end page shows a structured report:

| Element              | What the submitter gets                       |
| -------------------- | --------------------------------------------- |
| **Overall score**    | Total score and grade                         |
| **Dimension scores** | Breakdown by category                         |
| **Radar chart**      | Visual view of strengths and areas to improve |
| **Feedback**         | Short, personalized recommendations           |

## Redirect Page

When the next step lives outside FormHug, send submitters directly to another URL.

<img src="https://mintcdn.com/formhug-8bc4ebd1/G9oY8IClAvYHkhzC/images/basic-features/after-submission-redirect-other-page.jpg?fit=max&auto=format&n=G9oY8IClAvYHkhzC&q=85&s=4c3eaa92e7e7d29cfee1b81d52df4df0" alt="After-submission redirect to another page" width="4200" height="1996" data-path="images/basic-features/after-submission-redirect-other-page.jpg" />

* Set any URL as the redirect destination (e.g. payment page, calendar, community)
* Pass submission data as URL parameters for integrations
* Useful for multi-step flows: form → payment → confirmation

## Configuring the End Page

<Steps>
  <Step title="Open form settings">
    In the form editor, click the **End Page** tab or open form settings.
  </Step>

  <Step title="Choose end page type">
    Select Default, Quiz Results, Assessment Report, or Redirect.
  </Step>

  <Step title="Customize">
    Set the message, what to display (score, certificate, summary), or enter a redirect URL.
  </Step>
</Steps>

## Related

<CardGroup cols={2}>
  <Card title="Form Builder" icon="hammer" href="/features/building/form-builder">
    Form structure and fields
  </Card>

  <Card title="Quiz Guide" icon="clipboard-question" href="/guides/use-cases/quiz">
    Build quizzes with scoring
  </Card>

  <Card title="Assessment Guide" icon="chart-radar" href="/guides/use-cases/assessment">
    Build skill assessments
  </Card>

  <Card title="Quiz Templates" icon="grid-2" href="https://formhug.ai/templates/use-case/quizzes" target="_blank">
    Use quiz result pages for scores, feedback, and certificates
  </Card>

  <Card title="Assessment Templates" icon="chart-radar" href="https://formhug.ai/templates/use-case/assessments" target="_blank">
    Use assessment reports for radar charts and personalized feedback
  </Card>

  <Card title="How to Create an Online Quiz" icon="book-open" href="https://formhug.ai/blog/how-to-create-an-online-quiz" target="_blank">
    Plan scores, feedback ranges, and result pages before publishing
  </Card>
</CardGroup>
