For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Resources
Get started
ReferenceGuidesChangelog
ReferenceGuidesChangelog
  • v2 Migration
    • Webflow v1 API Deprecation Notice
    • Migrating to v2
  • Meta
    • GETAuthorized User
    • GETAuthorized Info
  • Sites
      • Form Submission
      • Site Publish
  • CMS
  • Ecommerce
LogoLogo
Resources
Get started
On this page
  • Trigger Type
  • Properties
  • Example
SitesEvents

Form Submission

Was this page helpful?
Previous

Site Publish

Next
Built with

Trigger Type

form_submission

Properties

FieldTypeDescription
namestringThe name of the form
sitestringThe id of the site that the form was submitted from
dataobjectThe data submitted in the form
dstringThe timestamp the form was submitted
_idstringThe id of the form submission

Example

1{
2 "name": "Sample Form",
3 "site": "62749158efef318abc8d5a0f",
4 "data": {
5 "name": "Some One",
6 "email": "some.one@home.com"
7 },
8 "d": "2022-09-14T12:35:16.117Z",
9 "_id": "6321ca84df3949bfc6752327"
10}