# Linked Fields

Linked fields allow you to create a form whose default field values can be retrieved from a previous submission of the same form or another form. This can be useful when you want to load default data from a user's previous submission and allow them to edit that data.

For example, you could have two processes, a membership request process and a membership renewal process. During a membership renewal, you may want the user's original request data to be loaded by default and have them change the details where necessary.

To implement linked fields:

* You need to ensure you have at least one [Form Submissions Selection](/managing-services/managing-forms/using-the-form-builder/form-field-types.md#form-submissions-selection) field that will allow the user to select a previous submission
* For each field you want to link to this previous submission, select a linked field that is present in the form chosen in step 1 above.

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


---

# 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://admin-docs.onestop.site/managing-services/managing-forms/using-the-form-builder/linked-fields.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.
