Versions Compared

Key

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

Below is an example of a Request of the Execute method, used to generate forms. 

Code Block
languagejsthemeConfluencexml
titleJSON exampleSample Request
{
  "HostFormOnQuik": true,
  "FormFields": [
    {
      "FieldName": "1own.FName",
      "FieldValue": "AustinJohn"
    },
    {
      "FieldName": "1own.LName",
      "FieldValue": "LogieDeo"
    }
  ],
  "QuikFormID": "12"
}
  • "HostFormOnQuik" is an example of the many properties that can be applied to the final HTML.
  • FormFields contain the field data that will prefill the form
  • QuikFormID is the list of Quik! Form IDs that will be generated