Phone: %%form_data{phone}%%

%%form_data{content}%%

File: %%form_data{image}%%
=====
[[form]]
fields:
  phone:
    label: Phone Number
    hint: XXX-XXX-XXXX
    match: /^[1-9][0-9]{2}-[0-9]{3}-[0-9]{4}$/
    match-error: Format is XXX-XXX-XXXX
  content:
    type: wiki
    label: Content
    height: 8
  image:
    type: file
    label: File
[[/form]]


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