# Save Form Progression (continue later)

{% hint style="info" %}
Saving form progression works for both logged in users and none logged in users.
{% endhint %}

### What does form progression stand for? <a href="#h_01ge7jqk1kd16bmxn3gz93rgd9" id="h_01ge7jqk1kd16bmxn3gz93rgd9"></a>

Form progression stands for the progression that a user made when filling out a form.

In other words, a user might have filled out 7 out of 14 fields of a form, which means 50% of the form was filled out by the user.

The 7 fields that the user has filled out is the progression the user made filling out the form.

### How does it work? <a href="#h_01ge7jqr4wn98mg82ny9j06ena" id="h_01ge7jqr4wn98mg82ny9j06ena"></a>

Normally when a user fills out a form, and leaves the page, all the work the user had done, would now be gone. To avoid this inconvenience you can enable the **Save Form Progression** feature so that all the progression will be saved.

Let's say a user filled out your form for 50% percent, and leaves your website, and returns back at a later time. As soon as the user returns she/he can continue where they left off.

### How to enable this feature? <a href="#h_01ge7jqw38c01ten38yzbeexk0" id="h_01ge7jqw38c01ten38yzbeexk0"></a>

To use this feature you can go to **Form Settings > Form Settings** and enable the option **Save form progression**.

When enabled the progress of the user will be saved at the moment they leave the form page or your website completely. As soon as the user returns to your site and wishes to continue filling out the form, all the data the user entered will still be in place.


---

# 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.super-forms.com/features/basic/save-form-progression-continue-later.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.
