_template

%%form_data{date}%%


%%form_data{name}%%

%%form_data{address}%%

%%form_data{details}%%

edit this page
Back to the brunch list back to the brunch list

======

%%content%%

[[form]]
fields:
  date:
    label: date
    hint:  You get to choose the date.  Usually the first Sunday, but that's flexible.
    type: text
    height: 2
    width: 76
  name:
    label: host
    hint: your name
    type: text
    width: 76
    height: 2
  address:
    label: address
    hint: your address
    type: text
    width: 76
    height: 2
  details:
    label: details
    hint: any other details you'd like to share -- phone number, email, walking directions, etc.
    type: text
    width: 76
    height: 3
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License