Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

Sample Request
{
  "HostFormOnQuik": true,
  "FormFields": [
    {
      "FieldName": "1own.FName",
      "FieldValue": "John"
    },
    {
      "FieldName": "1own.LName",
      "FieldValue": "Doe"
    }
  ],
  "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
  • No labels