> ## 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_keys table

> Keys that makes sure a form is not posted twice

## form\_keys Table (366)

Keys that makes sure a form is not posted twice

## Fields

| Name            | Description                | Type       | Nullable |
| --------------- | -------------------------- | ---------- | :------: |
| id              | Primary key                | PK         |    No    |
| form\_key       | A random key               | String(40) |    No    |
| time\_of\_entry | When the key was generated | DateTime   |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/form_keys.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=ca244b6e6beb5b099a8d8e55feacd5e0" alt="form_keys table relationship diagram" width="105" height="59" data-path="media/loc/en/database/tables/form_keys.png" />

## Indexes

| Fields    | Types      | Description |
| --------- | ---------- | ----------- |
| form\_key | String(40) | Index       |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [form table](/en/database/tables/form.md)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.5.1.1092](/release-notes/database/changes-10.5.1.md)
- [What's new in version 10.5.2.435](/release-notes/database/changes-10.5.2.md)
- [What's new in version 10.5.3.711](/release-notes/database/changes-10.5.3.md)
- [What's new in version 10.5.4.867](/release-notes/database/changes-10.5.4.md)
