Activities

Form Submission

A FormSubmission activity is created automatically when someone submits a form through Close forms.
View as Markdown

A FormSubmission activity is created automatically when someone submits a form through Close forms. They cannot be created or modified through the API.

Form References:

  • form_id: The ID of the form that was submitted

Form Values:

  • values (object): The submitted form data as key-value pairs. Keys are form field IDs (e.g., formfld_xxx), values are the data submitted by the user.

Submission Context:

  • ip_address: The IP address of the submitter
  • origin: The Origin header from the submission request
  • source_url: The full URL where the form was submitted
  • source_url_normalized (read-only): The domain and path from source_url