> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Form field restrictions

> Learn how to control which fields are available in forms and whether form submissions can overwrite existing data in those fields.

Form field restrictions let you control which fields are available in forms, and whether a form submission can overwrite existing data in those fields.

By default, form submissions do not overwrite existing data. The person building the form can choose to enable overwrite for individual fields. Use field restrictions to remove that option from sensitive fields, or to prevent a field from appearing in the form builder at all.

<Warning>
  Forms on a website can be filled out by anyone. Allowing overwrites carries risks including unintentional data loss, unauthorized modifications to sensitive fields, and compromised data integrity through incorrect entries. Handle sensitive fields with care.
</Warning>

## Where to manage field restrictions

Field restrictions are configured in **Settings and maintenance** and require administrator rights.

1. Go to **Settings and maintenance**.
2. Select <i class="ph ph-bullseye" aria-hidden="true" /> **Marketing** from the navigator.
3. Select the **Form field restrictions** tab.

![Admin Marketing - Set restrictions on form fields visible in Marketing forms -screenshot][img1]

## Add a field restriction

1. In the **Fields with restrictions** section, select a field from the dropdown list.
2. Select the restriction type for that field.
3. Select **Save**.

Repeat to add restrictions for more fields.

## Restriction options

* **Do not allow overwrite:** The overwrite option is removed from this field in all forms, including forms that are already published. The field remains available in the form builder and can still be added to forms, but submitted data will never overwrite existing values.

* **Do not show in forms:** The field is removed from the form builder entirely and cannot be added to new forms. Existing published forms that already include the field are not affected.

## Remove a field restriction

1. Locate the field in the **Fields with restrictions** list.
2. Select the remove icon (<i class="ph ph-x-circle" aria-hidden="true" />) next to the field.
3. Select **Save**.

Removing a restriction restores default behavior. The field becomes available in the form builder again, and the form owner can choose whether to allow overwrite.

[img1]: /media/loc/en/admin/admin-marketing-form-field-restrictions.png


## Related topics

- [Field options](/en/marketing/forms/learn/field-options.md)
- [Create a form](/en/marketing/forms/learn/create.md)
- [Manage fonts for forms](/en/marketing/forms/admin/manage-fonts.md)
