task:_template

Task: %%form_data{task}%%

Details

%%form_data{details}%%
Assigned To: %%form_data{assign}%%
Priority: %%form_data{priority}%%
Status (data / raw): %%form_data{completed}%% / %%form_raw{completed}%%

Confirm Completed
(set tags +_co)

====

[[form]]
fields:
intro:
  label: Note
  type: static
  value: No need to change the page title. Use the Task field below to name the task.
task:
  label: Task
  type: text
  hint: Required (to create link to task)
details:
  label: Details
  type: wiki
  width: 50
  height: 3
assign:
  label: Assign to
  type: select
  values:
    un:Unassigned
    sm:Site Member
    md:Site Moderator
    ad:Site Admin
    ma:Site Master Admin
priority:
  label: Priority
  type: select
  values:
    normal:Normal
    major:Major
    critical:Critical
    urgent:URGENT
completed:
  label: Status
  type: select
  values:
    op: Open
    ip: In Process
    co: Completed
  default: op
[[/form]]

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