> For the complete documentation index, see [llms.txt](https://docs.super-forms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.super-forms.com/features/basic/hide-form-after-submitting.md).

# Hide form after submitting

To hide the form after it was submitted by the user, you can go to `Form Settings > Form Settings` and enable the option **Hide form after submitting**.

When enabled, the form will fade out as soon as the form was successfully submitted by the user.

{% hint style="info" %}
**Please note:** The success message will still appear if the success message is enabled. If you do not want to display a message, you can disable this in the form settings.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.super-forms.com/features/basic/hide-form-after-submitting.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.
