This trigger fires when a form is submitted.
- API endpoint slug
- webflow.form_submitted
Trigger fields
- Label
- Which site?
- Helper text
- Which site is the form in?
- Slug
- site_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- form_name
- Filter code
- Webflow.formSubmitted.FormName
- Type
- String
- Example
- Email Form
- Slug
- submission_id
- Filter code
- Webflow.formSubmitted.SubmissionId
- Type
- String
- Example
- 63728bcd8297166e31c6b9c7
- Slug
- site_id
- Filter code
- Webflow.formSubmitted.SiteId
- Type
- String
- Example
- 63572300b21afdbe94778e60
- Slug
- question_1_title
- Filter code
- Webflow.formSubmitted.Question1Title
- Type
- String
- Example
- Name
- Slug
- question_1_value
- Filter code
- Webflow.formSubmitted.Question1Answer
- Type
- String
- Example
- John Smith
- Slug
- question_2_title
- Filter code
- Webflow.formSubmitted.Question2Title
- Type
- String
- Example
- Email
- Slug
- question_2_value
- Filter code
- Webflow.formSubmitted.Question2Value
- Type
- String
- Example
- john.smith@email.com
- Slug
- question_3_title
- Filter code
- Webflow.formSubmitted.Question3Title
- Type
- String
- Example
- Phone
- Slug
- question_3_value
- Filter code
- Webflow.formSubmitted.Question3Value
- Type
- String
- Example
- 4155550000
- Slug
- question_4_title
- Filter code
- Webflow.formSubmitted.Question4Title
- Type
- String
- Example
- Company
- Slug
- question_4_value
- Filter code
- Webflow.formSubmitted.Question4Value
- Type
- String
- Example
- Acme Inc.
- Slug
- question_5_title
- Filter code
- Webflow.formSubmitted.Question5Title
- Type
- String
- Example
- Title
- Slug
- question_5_value
- Filter code
- Webflow.formSubmitted.Question5Value
- Type
- String
- Example
- Owner
- Slug
- submitted_at
- Filter code
- Webflow.formSubmitted.SubmittedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- submitted_data_json
- Filter code
- Webflow.formSubmitted.SubmittedDataJson
- Type
- String
- Example
- {"Name":"Bob Smith","Email":"test@example.com","Message":"Hi, here's my message."}