Create Submission
Creates a new submission in Formstack.
Query
Comma-separated response fields to include.
Body
The unique identifier of the form to submit to.
Array of field values to submit.
The ID of the field to populate.
Provide the Formstack typed field-value object. For text fields use `{ "value": "example text" }`.
Whether to mark the submission as read upon creation.
The browser user agent string of the submitter.
The IP address from which the submission is being made.
The GPS latitude coordinate if location data is available.
The GPS longitude coordinate if location data is available.
The unique device identifier if available from mobile submissions.