%%form_data{title}%% (%%form_data{area}%%)

%%form_data{onesentence}%%


%%form_raw{description}%%


What problem does this address? %%form_raw{problem}%%


Why will this innovation succeed? %%form_raw{howsucceed}%%


What resources will be required? %%form_raw{resources}%%


What is the timeline for implementation? %%form_raw{timeline}%%


====
[[form]]
fields:
  title:
    type: text
    width: 80
    height: 1
    label: Short Title
  area:
    label: Area of Focus
    type: select
    values:
      retention: Retention
      marketing-recruiting: Marketing/Recruiting
      instructional-design: Instructional Design
  onesentence:
    type: text
    width: 80
    height: 1
    label: Describe idea in one sentence.
  description:
    type: wiki
    width: 80
    height: 6
    label: Description
  problem:
    type: wiki
    width: 80
    height: 3
    label: What problem does the idea solve?
  howsucceed:
    type: wiki
    width: 80
    height: 3
    label: Analysis: why will this succeed?
  resources:
    type: wiki
    width: 80
    height: 3
    label: Resources: what will it take to make it happen?
  timeline:
    type: wiki
    width: 80
    height: 3
    label: Timeline for implementation:
  teammembers:
    type: wiki
    width: 80
    height: 1
    label: Team Members
[[/form]]