Skip to content

Instantly share code, notes, and snippets.

@douglasiacovelli
Last active August 24, 2019 15:01
Show Gist options
  • Save douglasiacovelli/f8f8ed323892d098058e766f16ddeb79 to your computer and use it in GitHub Desktop.
Save douglasiacovelli/f8f8ed323892d098058e766f16ddeb79 to your computer and use it in GitHub Desktop.
{
"sections": [
{
"title": "What's your name",
"type": "form",
"fields": [
{
"type": "text",
"key": "first_name",
"hint": "Type your first name"
},
{
"type": "text",
"key": "last_name",
"hint": "Type your last name"
}
]
},
{
"title": "Where do you live?",
"type": "map"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment