# Redirect to a page after submit

**Step to manage**

1. Open the app > click **Forms** > open the form you want
2. Click **After submit** icon on the left side > change **Action** to **Redirect to page**
3. In the URL field, paste the full link of the page where you want users to be redirected after submission (for example: your-shop.com/thank-you).

Make sure the URL starts with `http://` or `https://`.

4. Save form to apply change

<figure><img src="/files/SzwIcFb0JKcCqmVny68T" alt=""><figcaption></figcaption></figure>

**Testing the Redirect**

After setting up the redirect:

* Submit the form yourself to verify that it redirects to the intended page.
* Ensure that the destination page loads correctly and provides the expected content or message.​


---

# 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.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/some-features-guide/redirect-to-a-page-after-submit.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.
