Skip to main content

Form instance

Open a form instance.

sidely://form-instance?ARGS

Where ARGS can be:

  • uuid: the uuid of the form instance to open
  • form: the id of the form to open
  • company: the uuid of the company to open the form for
  • fields: the data to fill the form with (base64Url encoded Zip of a CSV file containing 3 columns: slug, metadata, value)
info

All csv values are separates with , and lines with \n