# Loading form elements

Before you can start to configure the multi-step functionality, you must load all of the form elements (steps and inputs) into the Form Editor. To do that, you must:

1. Make sure, that you have prepared your form and its elements with the [Elements Manager](/elements-manager/what-is-the-elements-manager.md)
2. Publish your project to the .webflow\.io staging domain
3. Click the "Load elements" icon at the top right of the canvas

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

Once you have loaded your form elements, all of your steps will appear in the sidebar, and you can start to drag them onto the canvas.

### Future changes

If you want to make changes to the form elements at a later point in time (like adding new steps, renaming inputs), and want these changes to be visible inside the Form Editor, you must follow the same steps:

1. Make changes to form elements
2. Publish your project to the .webflow\.io staging domain
3. Click the "Load elements" icon at the top right of the canvas

### Tutorial Video

{% embed url="<https://youtu.be/bbSQvrkzP30>" %}


---

# 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.inputflow.com/form-editor/loading-form-elements.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.
