> For the complete documentation index, see [llms.txt](https://docs.eventflowapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventflowapp.com/eventflow-cms/forms-settings/edit-form-settings.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eventflowapp.com/eventflow-cms/forms-settings/edit-form-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
