# Form Tools

There are several tools available to you in your form.&#x20;

![](/files/FCRiHGmXa3FCLjF9uOZ1)

Click on the **Tools** dropdown in the upper right-hand corner of your screen.

**Change Name & Description**: This option allows you to update the name and description of the form.&#x20;

**Share Form**: Activating form sharing will generate a share link. You have the option to permit anyone on the internet to submit the form without requiring sign-in. When captcha is enabled, it will be displayed when the form is submitted by a user who is not logged in. We recommend enabling captcha to prevent spam entries.

<figure><img src="/files/U2NNeV8L2jx2cIv1cP1I" alt="" width="563"><figcaption></figcaption></figure>

For a public embed view, MangoApps provides both inline and popover options. Have you designed your own form UI? No problem! Click **Advanced** and easily copy the input field attributes and form action post URL.

<figure><img src="/files/1t1VQcuDNCa9Cqkqp5UQ" alt="" width="563"><figcaption></figcaption></figure>

**Duplicate Form**: Allows you to duplicate the form. This will only copy the form and tracker design. It will **not** copy any data acquired.

**Print Form**: Save the form as a PDF or XLS.&#x20;

**Add Form to Widget Gallery**: Add this form to the widget gallery. This action will make the form accessible to all network users within the 'Table & Forms' section of the gallery. For information on the Tracker and Form widget, click [here](https://guides.mangoapps.com/user-guide/trackers/trackers-and-forms-widget).&#x20;

**Add Form to Teams**: Select this option to enable all team admins to incorporate the form into their teams. Once added to another team, members of that team will have the ability to submit entries to the tracker via this form.

**Delete Form**: This will delete the created form, but will not delete any of the data entered into the tracker via the form.&#x20;

{% hint style="danger" %}
Deleted forms are <mark style="color:red;">**non-recoverable**</mark>. Once the form has been deleted it is <mark style="color:red;">**gone forever**</mark>.
{% endhint %}


---

# 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://guides.mangoapps.com/user-guide/trackers/forms/form-tools.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.
