Skip to content

Commit

Permalink
adding entires docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Feb 12, 2024
1 parent cdf4330 commit e312e41
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion website/forms/features/entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,28 @@ id: entries
title: Entries
---

**Coming soon**
Entries collection will allow you to store every form submission in the database and preview the data from WordPress admin.

:::note
You must activate the entry collection on every form you want to store data.
:::

![Entries settings screen](/img/forms/entries.webp)

Once this feature is enabled, every form submission will be stored in the WP database with all the data.

You can preview all entries by clicking the form entries link under the forms listing page.

Entries can be deleted or duplicated with the ability to export all or some entries to CSV format.

:::caution
Once entry is stored in the database you can't edit it from WordPress admin.
:::

![Entries listing screen](/img/forms/entries-listing.webp)

All data is secured and checked before it is stored in the WordPress database to ensure no malicious code will enter your database.

:::caution
Form file uploads are not supported at this point.
:::
Binary file added website/static/img/forms/entries-listing.webp
Binary file not shown.
Binary file added website/static/img/forms/entries.webp
Binary file not shown.

0 comments on commit e312e41

Please sign in to comment.