FormSubmissions
Get the submissions for the specified form.
Table Specific Information
SELECT
When selecting form submissions, they can only be filtered by FormGUID. For example:
SELECT * FROM FormSubmissions WHERE FormGUID = '123456789' SELECT * FROM FormSubmissions WHERE FormGUID IN ('123456789', '121314515')
Columns
Name | Type | References | Description |
FormGUID | String | The unique key for the form. | |
PageUrl | String | Url of the page. | |
SubmittedAt | Datetime | Submitted time. | |
Name | String | Name of the submission. | |
Value | String | Value of the submission. |