# Edit Form Settings

### Editing Form Settings in Eventflow

When you're on an existing form’s settings page.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/qkqmxlvt1p>" %}

#### Basic Info

* Title – Update the name of the form to better reflect its purpose.
* Description (optional) – Modify or add internal notes. This is for your team’s reference and won’t appear on the front end.

#### Submission Rules

Is editable – choose whether users can make changes to their submission after it's been sent.

#### Visibility & Publishing

Is published – toggle this setting to control whether the form is live or still draft. Set to 'No' if you're not ready for users to see or complete the form.

#### Guest Access

Is a guest form – enable this option to allow external users to submit the form without logging in. This is ideal for exhibitors or partners who don’t have Eventflow accounts.

{% hint style="info" %}
If ‘Is a guest form’ is enabled, a public link will appear in the Manage Forms table under the form name. You can share this link with anyone outside the platform.
{% 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://docs.eventflowapp.com/eventflow-cms/forms-settings/edit-form-settings.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.
