Dataforms

[[form]]
fields:
banddescription:
  label: Description
  type: text
  width: 30
  height: 4
type:
  label: Music type
  type: select
  values:
    cl: Classical
    co: Country
    fk: Folk
    in: Indie
    jz: Jazz
    po: Pop
    ro: Rock
  default: ro
bandimage:
  label: Image
  type: file
bandwebsite:
  label: Band website
  type: url
current:
  label: Currently Recording
  type: select
  values:
    0: "Yes"
    1: "No"
  default: 0
bandvideo:
  label: Video
  type: wiki
priority:
  label: Next Tour Priority
  type: select
  values:
    normal:Normal
    urgent:Urgent
    critical:Critical
collection:
  label: In Collection?
  type: select
  values:
    no: "No"
    yes: "Yes"
[[/form]]

Site Design, Syntax and Examples by Rob Elliott 2008-2016