Topics allow for flexible free format data, sometimes you want to ensure strucutre to some of the topic information, this can be done with Forms e.g. saying what type of topic it is (e.g. Bug, Feature, FAQ entry etc) and then filling in fields using dropdowns, radio buttons etc.
If forms are enabled for a Web and a topic has a form you will see it as a table when viewing the page. When you edit you will see the various edit controls below the normal text area. There will be a button at the top of the form marked Change which allows you to change to a different form, or remove the form. If you edit a topic without a form, there will be a button Add Form, that let's you associate a form with the topic; note that changes you have made to the topic are not lost when you select this option.
You can search for topics with specific form data using the %SEARCH% variable - see TWikiVariables.
By default topics can be edited in free form. A form can be added to a topic to give it more structure. Forms are enabled on a per web basis.
The WEBFORMS
variable in WebPreferences is optional and defines a list of possible form templates e.g.
With this present an extra button is added to the edit view. If the topic doesn't have a form an Add Form button appears at the end of the topic. If a form is present a Change button appears in the top row of the form to the right of the form name. The buttons leads to a screen that enables no form to be selected of one of those specified by WEBFORMS
.
A default form template (i.e. new topics get this default form) can be provided by creating the WebTopicEditTemplate
topic in a Web and adding a form to it. Initial form values can be set here.
Addtionaly a new topic can be given a form using the formtemplate
parameter in the URL. Initial values can then be provided in the URLs or as form values. Names being:
Form templates are defined by topics, one topic per form template. A form template topic has descriptive text mixed with the form template definition in the form of a TWiki table.
Example: WebFormTemplate of the TWiki.Know web:
Name: | Type: | Size: | Values: | Tooltip message: |
---|---|---|---|---|
TopicClassification | select | 1 | NoDisclosure, PublicSupported, PublicFAQ | blah blah... |
OperatingSystem | checkbox | 3 | OsHPUX, OsLinux, OsSolaris, OsWin | blah blah... |
OsVersion | text | 16 | blah blah... |
The form template can also be defined in an alternative way by using more then one topic:
Above Example:
Name: | Type: | Size: | Values: | Tooltip message: |
---|---|---|---|---|
TopicClassification | select | 1 | blah blah... | |
OperatingSystem | checkbox | 3 | blah blah... | |
OsVersion | text | 16 | blah blah... |
Name: | Type: | Tooltip message: |
---|---|---|
NoDisclosure | option | blah blah... |
PublicSupported | option | blah blah... |
PublicFAQ | option | blah blah... |
...
can be used for force a link, at present ...
format is not supported
WebTopicEditTemplate
or using fieldFLD=value or for checkboxes fieldFLDcheckbox=1 in URL
Main changes from TWikiCategoryTable:
When you create a new topic in a web that has the WEBFORMS preferences variable set you will get a Add Form button at the bottom of the page. However, if the WebTopicEditTemplate topic has had a form added this will appear with values set; Change in the form can be pressed to remove the template or switch to a different one.
A form embedded in a topic can also cause a form to be present in a new topic, this is done by specifying the formtemplate
parameter in the URL.
See MetaDataDefinition.
The form template topic name and all form fields/values are stored in the topic meta data. The form template topic name is needed for edit and save.
The order of form field/value items in the meta-data is the same as in the form template.
WEBFORMS
variable defines possible form templates that can be selected after pressing "Change" (forms) button on edit page
Principle: new system should work with old data with no special conversion.
Old data should be transparently upgraded to the new meta format when a topic is edit/previewed/saved.
On upgrading the administrator must produce a form template topic for each Web that using the old category system. twikicatitems.tmpl
defines the categories and is used in the conversion. The form template must be put as first item in WebPreferences variable =WEBFORM
. If it's not present view
works, but edit
results in an oops dialog results. If things aren't working correctly there may be entries data/warning.txt
.
This is a more general replacement for the TWikiCategoryTable capability, in particular Forms are defined by special topics, where as categories were defineind using special templates.
-- JohnTalintyre - 16 Aug 2001