# Editing settings for a form in the web manager

After you create a form, its settings page is displayed. To access the settings for a form at any other time, complete the following steps:

1. Go to <https://app.engagevr.io/login>, and then log in.
2. On the menu, select **Forms** <img src="https://3460182399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwVx6bvwqEE7tD0TYOcfj%2Fuploads%2Fgit-blob-67f9b4ddf3b707ee77474ae7f717b16db8807253%2Fmenu_i_quiz.png?alt=media&#x26;token=a9906738-d384-41a2-93a3-75b7b098f4ab" alt="" data-size="line">.
3. On the **FORMS** page, select **EDIT** for the form that you want to edit settings for. The available settings are described in the sections below.
4. After you complete your edits, select **SAVE**.

## Available settings

| Setting                | Description                                                                                                                                                                                                                                                                                                                             |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                   | The name of the form. This is displayed on the summary page, after someone completes the form.                                                                                                                                                                                                                                          |
| Max Time               | <p>The number of minutes within which a person must complete the form. Enter zero for no limit.<br><br>If you set a time limit, a timer appears on the form when you deliver it. However, the timer is for guidance only. A person can continue to answer questions after the time limit expires, but their total time is recorded.</p> |
| Passing Mark %         | The percentage of correct answers that a person must provide for there submission to be marked as a pass.                                                                                                                                                                                                                               |
| Max Form Submissions   | The number of times that a person can submit a completed form. The default value of zero is equivalent to a value of 1.                                                                                                                                                                                                                 |
| Max Answer Submissions | <p>The number of times that a person can submit an incorrect answer for each question. The default value of zero is equivalent to a value of 1.</p><p><strong>Note</strong>: A person can only make additional submissions if they select the wrong answer. After they submit the correct answer, they can’t change their answer.</p>   |

## Templates

You can choose from a list of available templates. The configuration settings for each template are shown in the following table.

![Available templates and corresponding configuration settings](https://3460182399-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwVx6bvwqEE7tD0TYOcfj%2Fuploads%2Fgit-blob-f271fe71099e3a05cc300c2ecc682e81d744c338%2Fform_template_setting.png?alt=media\&token=3cc09e3a-1811-4af8-a194-73c04b97f00b)

The effect of each of the template settings is described in the following table:

| Setting                                | Description                                                                                                                                                                                          |
| -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Surfable question navigation           | If selected, a person can move between questions in the form. If cleared, a person must provide an answer to a question before they can move on to the next and can’t go back to previous questions. |
| Submit questions individually          | If selected, a person must submit each question individually and can’t edit an answer after it’s submitted.                                                                                          |
| Show answer after submission           | If selected, after a person submits an answer to a question, the correct answer is displayed.                                                                                                        |
| Show feedback after question submitted | If selected, after a person submits an answer to a question, any feedback that you have added for the chosen option is displayed. You can add feedback for any option in a multiple-choice question. |
| Show hints on incomplete answers       | If selected, a hint is displayed for multiple-choice questions if someone submits an answer with fewer than the required number of options. The hint indicates that you can select multiple options. |
| Show correct answer after submission   | If selected, after all answers are submitted, the correct answers are all shown on the same page.                                                                                                    |
| Show total marks                       | If selected, after all answers are submitted, the total score is shown.                                                                                                                              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.engagevr.io/engage/advanced-features/forms/editing-settings-for-a-form-in-the-web-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
