Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Last active December 7, 2015 16:30
Show Gist options
  • Save ianfieldhouse/b2040a173bcb92b877e2 to your computer and use it in GitHub Desktop.
Save ianfieldhouse/b2040a173bcb92b877e2 to your computer and use it in GitHub Desktop.
{
"title": "Simply Survey",
"geoms": [
"point"
],
"layout": {
"pages": [
{
"type": "page",
"id": "form-section-1",
"title": "A. Section Title",
"fields": [
"form-text-1"
]
}
]
},
"fields": [
{
"id": "form-text-1",
"type": "text",
"label": "1. Simple text field label",
"required": true,
"persistent": true,
"properties": {
"prefix": "record",
"placeholder": "Place default text here (if any)",
"max-chars": "30"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment