summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
authorJohn Talintyre <john.talintyre@drkw.com>2001-08-29 16:10:24 +0000
committerJohn Talintyre <john.talintyre@drkw.com>2001-08-29 16:10:24 +0000
commit9158051f58df535db9ac6d11afb660b90a54530a (patch)
tree70c38b347742471ecc26d18411f1ecc8392b496c /TWiki
parent7af28c5870f5519d3d6ea7fdfa9556e10571a37d (diff)
none
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiForms.mdwn14
1 files changed, 9 insertions, 5 deletions
diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn
index d9da0aa2..c9cb6057 100644
--- a/TWiki/TWikiForms.mdwn
+++ b/TWiki/TWikiForms.mdwn
@@ -1,8 +1,12 @@
+%TOC% %STARTINCLUDE%
+
## <a name="Form_Templates"> Form Templates </a>
-%TOC%
+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.
-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 (Bug, Feature, FAQ entry etc).
+You can search for topics with specific form data using the %SEARCH% variable - see [[TWikiVariables]].
### <a name="Terminology"> Terminology </a>
@@ -80,7 +84,7 @@ Example: WebFormTemplate of the TWiki.Know web:
</tr>
</table>
-#### <a name="Defining_form_in_multiple_topics"> Defining form in multiple topics </a>
+#### <a name="Defining_a_form_in_multiple_topi"> Defining a form in multiple topics </a>
The form template can also be defined in an alternative way by using more then one topic:
@@ -171,7 +175,7 @@ A form embedded in a topic can also cause a form to be present in a new topic, t
### <a name="Topic_meta_data"> Topic meta data </a>
-See [[TWikiMetaDataDefinition]].
+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.
@@ -196,4 +200,4 @@ On upgrading the administrator must produce a form template topic for each Web t
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.
--- [[Main/JohnTalintyre]] - 16 Aug 2001 <br />
+-- [[JohnTalintyre]] - 16 Aug 2001 <br />