_template
%%title%%
Location: %%form_data{location}%%
Comment: %%form_data{comment}%%
Newsletter/Email: hidden
Posted %%created_at|%d %B %Y%%
====
[[form]]
fields:
location:
label: Your location
type: text
width: 50
comment:
label: Comment
type: text
width: 50
height: 5
newsletter:
label: Would you like to receive an email newletter?
type: select
values:
1: Yes
2: No
default: 1
email:
label: If so enter your email address
type: url
default-schema: mailto:
width: 50
hint: Your email address will be hidden
[[/form]]