per-occu:_template

Event ( page %%fullname%%)

Belongs-to-person : %%form_data{belongs-to-person}%%
Text-of-Occurence: %%form_data{per-occu-text}%%


Complete content of dataform:

%%content%%


=======
[[form]]
fields:
  id-hint1:
    type: static
    value: Number of page (Adress= "per-occu:@@####@@" ) is build with autonumbering!
    join: true
  id-hint2:
    type: static
    value:
    join: true
  Title-hint2:
    type: static
    value: PLEASE - set the Title => "YYYY-MM-DD" (sorted ascending later!)
    join: true
  Title-hint3:
    type: static
    value: 
    join: true
  belongs-to-person:
    label: Belongs-to-person
    type: pagepath
    match: /^[a-zA-Z0-9-_]+$/
    match-error: Name must not have a space but can have a hyphen or underscore
    max-level: 1
    category: per
    join: true
  per-occu-text:
    label: Description of the  event
    type: wiki
    width: 80
    height: 20
    hint: (wiki source code possible!)
    join: true
[[/form]]

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