Modify Form Submission

PATCH

Update hidden fields on a form submission Required scope | forms:write

Path parameters

form_submission_idstringRequired

Unique identifier for a Form Submission

Request

This endpoint expects an object.
formSubmissionDatamap from strings to anyOptional

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

Response

Request was successful

idstringOptional

The unique id of the Form submission

displayNamestringOptional

The Form name displayed on the site

siteIdstringOptional

The unique id of the Site the Form belongs to

workspaceIdstringOptional

The unique id of the Workspace the Site belongs to

dateSubmitteddatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Date that the Form was submitted on

formResponsemap from strings to anyOptional

The data submitted in the Form

Errors