The Form Submissions API allows you to create and manage submissions for a form on your site.
When a site visitor fills out a form, a submission is created. You can then use the Submissions API to view and manage the submissions made to your form.
With the Form Submissions API, you can:
- Query and manage a submission.
- Retrieve the total number of submissions per form.
- Confirm a submission or mark submissions as seen.
- Retrieve a media upload URL to use when creating or updating submissions for forms that include a field for uploading files.
It’s important to note the following points before starting to code:
- You must first have a form on your site in order to manage submissions.
- Submission: Data received when a form is submitted by a site visitor.
- Submissions Table: A table or database that records submissions to a form.
- Media Upload URL: A URL used to upload a file to a form.