Skip to content

Instantly share code, notes, and snippets.

@tyscorp
Last active October 31, 2018 19:30
Show Gist options
  • Save tyscorp/0dc109da347fa02c2ce7a8a889411923 to your computer and use it in GitHub Desktop.
Save tyscorp/0dc109da347fa02c2ce7a8a889411923 to your computer and use it in GitHub Desktop.
{
"name": "signup",
"type": "form",
"fields": [
{
"name": "name",
"type": "text_input",
"label": "Name"
},
{
"name": "email",
"type": "email_input",
"label": "Email",
"required": true
},
{
"name": "terms",
"type": "checkbox",
"label": "I agree to the terms of service",
"required": true
},
{
"type": "submit",
"label": "Submit"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment