Skip to content

Instantly share code, notes, and snippets.

@caseydriscoll
Created June 2, 2015 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseydriscoll/4edb48c2bec845809449 to your computer and use it in GitHub Desktop.
Save caseydriscoll/4edb48c2bec845809449 to your computer and use it in GitHub Desktop.
YAML form example
form:
action: 'do/this'
class: 'questionaire'
short:
name: 'First Name'
label: 'first-name'
short:
name: 'Last Name'
label: 'last-name'
upload:
name: 'business-card'
label: 'Business Card'
group:
name: 'group-a'
radio:
name: 'food'
label: 'Favorite Food'
req: 'true'
option:
label:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment