Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. form:
  2.  
  3. action: 'do/this'
  4. class: 'questionaire'
  5.  
  6. short:
  7. name: 'First Name'
  8. label: 'first-name'
  9.  
  10. short:
  11. name: 'Last Name'
  12. label: 'last-name'
  13.  
  14. upload:
  15. name: 'business-card'
  16. label: 'Business Card'
  17.  
  18. group:
  19. name: 'group-a'
  20.  
  21. radio:
  22. name: 'food'
  23. label: 'Favorite Food'
  24. req: 'true'
  25.  
  26. option:
  27. label:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement