Skip to content
chenUT edited this page Aug 6, 2015 · 8 revisions

#Welcome to the FormDroid wiki!

##Example To create a simple form with checkbox and text input form use the following json config

{
  "formId": "sample",
  "fields": [
    {   
      "@type": "text",
      "fieldId": "sampletext",
      "name": "Preferred Name"
    },
    {
      "@type": "checkbox",
      "fieldId": "samplecb",
      "name": "Read and Agree"
    }
  ]
}

sample screenshot capture

Clone this wiki locally