We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#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