_template

%%form_data{status}%%

%%title%%

Supports iCloud

Supports retina graphics

%%title%% icon

%%form_data{description}%%
Version %%form_data{version}%%
Developer %%form_data{developer}%%
Website %%form_data{url}%%
Status %%form_data{status}%%

iPhone

iPad

%%form_data{notes}%%

Discuss %%title%%

No comments yet. Start the discussion…0 comments
Parent page %%fullname%% does not exist

[[/module]]

====
[[form]]
fields:
  staticIntro:
    type: static
    value: "Please enter the application name in the //title// field above, and then complete the rest of the information below. Fields marked with an asterisk (*) are required."
  status:
    label: iOS 5 status*
    type: select
    values:
      0: please select...
      1: unknown
      2: works fine
      3: doesn't work
      4: some problems
  version:
    type: text
    label: version*
  developer:
    type: pagepath
    label: developer*
    category: developer
  url:
    type: url
    label: website
    hint: http://example.com
  description:
    label: description
    type:wiki
  notes:
    label: notes
    type: wiki
  icon:
    label: app icon
    type: file
    category: icon
  staticDevices:
    type: static
    value: "**Supported devices:**"
  deviceiPhone:
    type: checkbox
    label: iPhone/iPod touch
    default: 1
  deviceiPad:
    type: checkbox
    label: iPad
  staticFeatures:
    type: static
    value: '**Support for iOS 5 features**'
  featureiCloud:
    type: checkbox
    label: iCloud
  featureRetina:
    type: checkbox
    label: Retina graphics
[[/form]]