Save Wix form files to Google Drive
This trigger fires when a visitor submits a form on your Wix site.
Developer info
- API endpoint slug
- wix.new_form_submission
Trigger fields
No fields for this trigger
Ingredients
Submission The unique ID of the submission.
- Slug
- submission_id
- Filter code
- Wix.newFormSubmission.SubmissionId
- Type
- String
- Example
- abc123-def456
Form The ID of the form that was submitted.
- Slug
- form_id
- Filter code
- Wix.newFormSubmission.FormId
- Type
- String
- Example
- f1a2b3c4
Form name The display name of the form.
- Slug
- form_name
- Filter code
- Wix.newFormSubmission.FormName
- Type
- String
- Example
- Contact Us
Contact The Wix contact created or matched for this submission.
- Slug
- contact_id
- Filter code
- Wix.newFormSubmission.ContactId
- Type
- String
- Example
- cid-789xyz
Submission summary Submitted field values, labeled with the form's field labels when resolvable, otherwise with raw field identifiers.
- Slug
- submission_summary
- Filter code
- Wix.newFormSubmission.SubmissionSummary
- Type
- String
- Example
- First name: Jane, Email: jane@example.com, Message: Hello there
Submitted at When the form was submitted.
- Slug
- submitted_at
- Filter code
- Wix.newFormSubmission.SubmittedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
