district:_template
District County State
%%title%% %%form_data{county}%% %%form_data{state}%%
Comment: %%form_data{comment}%%

States

Counties

Cities

Churches


Source-Code:
%%content%%


auf diese Seite verlinken:

=====
[[form]]
fields:
  id-hint1:
    type: static
    value: **Name of page (Adress= "church:xyz" ) is build with pagepath!**
    join: true
  id-hint2:
    type: static
    value:
    join: true
  county:
    label: County(area,BL)
    type: pagepath
    match: /^[0-9-_]+$/
    match-error: Only Digit/Ziffern,hyphen or underscore
    category: county
    join: true
  state:
    label: State(Land)
    type: pagepath
    match: /^[0-9-_]+$/
    match-error: Only Digit/Ziffern,hyphen or underscore
    category: state
    join: true
  comment:
    label: Your comment
    type: text
    width: 50
    height: 10
    hint: (only plain text - no wiki code!)
    join: true
[[/form]]

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