Modify Form Submission

Update hidden fields on a form submission

Required scope | forms:write

Path parameters

form_submission_idstringRequiredformat: "objectid"

Unique identifier for a Form Submission

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
formSubmissionDataobjectOptional

An existing hidden field defined on the form schema, and the corresponding value to set

Response

Request was successful

idstringOptionalformat: "objectid"

The unique ID of the Form submission

displayNamestringOptional

The Form name displayed on the site

siteIdstringOptionalformat: "objectid"

The unique ID of the Site the Form belongs to

workspaceIdstringOptionalformat: "objectid"

The unique ID of the Workspace the Site belongs to

dateSubmittedstringOptionalformat: "date-time"

Date that the Form was submitted on

formResponseobjectOptional

The data submitted in the Form

Errors