Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SubmitContentType property can be used when customers prefer to process submitted data in JSON format, rather than key value pairs or UrlEncoded. This JSON can then be used when calling the Quik! Print API, in order to create a PDF of the original form.

NOTE: The JSON SubmitContentType was specifically designed to work with the Quik! Print API and therefore has some limitations, notably the JSON will NOT include any hidden fields. Thus, if your intent is to capture the hidden field data in JSON format, that data will be missing and is only available via the default key value pair format.

Follow the steps below to achieve this.

...