Top Webflow automations
Explore Plans
Mobile menu Close menu
WebflowWebflow

Form submitted

This trigger fires when a form is submitted.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a form is submitted.
API endpoint slug
webflow.form_submitted

Trigger fields

Site ID Dropdown list

Label
Which site?
Helper text
Which site is the form in?
Slug
site_id
Required
true
Can have default value
false

Ingredients

Form nameThe name of the form.

Slug
form_name
Filter code
Webflow.formSubmitted.FormName
Type
String
Example
Email Form

Submission IDThe ID of the form submission.

Slug
submission_id
Filter code
Webflow.formSubmitted.SubmissionId
Type
String
Example
63728bcd8297166e31c6b9c7

Site IDThe ID of the site the form is in.

Slug
site_id
Filter code
Webflow.formSubmitted.SiteId
Type
String
Example
63572300b21afdbe94778e60

Question1 titleThe title of the 1st question in the form.

Slug
question_1_title
Filter code
Webflow.formSubmitted.Question1Title
Type
String
Example
Name

Question1 answerThe value provided to the 1st question in the form.

Slug
question_1_value
Filter code
Webflow.formSubmitted.Question1Answer
Type
String
Example
John Smith

Question2 titleThe title of the 2nd question in the form.

Slug
question_2_title
Filter code
Webflow.formSubmitted.Question2Title
Type
String
Example
Email

Question2 valueThe value provided to the 2nd question in the form.

Slug
question_2_value
Filter code
Webflow.formSubmitted.Question2Value
Type
String
Example
john.smith@email.com

Question3 titleThe title of the 3rd question in the form.

Slug
question_3_title
Filter code
Webflow.formSubmitted.Question3Title
Type
String
Example
Phone

Question3 valueThe value provided to the 3rd question in the form.

Slug
question_3_value
Filter code
Webflow.formSubmitted.Question3Value
Type
String
Example
4155550000

Question4 titleThe title of the 4th question in the form.

Slug
question_4_title
Filter code
Webflow.formSubmitted.Question4Title
Type
String
Example
Company

Question4 valueThe value provided to the 4th question in the form.

Slug
question_4_value
Filter code
Webflow.formSubmitted.Question4Value
Type
String
Example
Acme Inc.

Question5 titleThe title of the 5th question in the form.

Slug
question_5_title
Filter code
Webflow.formSubmitted.Question5Title
Type
String
Example
Title

Question5 valueThe value provided to the 5th question in the form.

Slug
question_5_value
Filter code
Webflow.formSubmitted.Question5Value
Type
String
Example
Owner

Submitted atDate and time form was submitted.

Slug
submitted_at
Filter code
Webflow.formSubmitted.SubmittedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Submitted data jsonA JSON string of the data that was submitted in the form.

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."}