summaryrefslogtreecommitdiff
path: root/TWiki/TWikiForms.mdwn
diff options
context:
space:
mode:
authorJohn Talintyre <john.talintyre@drkw.com>2001-09-04 09:53:16 +0000
committerJohn Talintyre <john.talintyre@drkw.com>2001-09-04 09:53:16 +0000
commit1940339f5fafc2fc10a52e982fef0ed5a69c13cf (patch)
tree5a02c5c86674bd4886a170c7e0d785501271df24 /TWiki/TWikiForms.mdwn
parented27b0ef5cfd2c33d2a0352e2215e6c69f86b15c (diff)
none
Diffstat (limited to 'TWiki/TWikiForms.mdwn')
-rw-r--r--TWiki/TWikiForms.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn
index e8b5b196..e040a748 100644
--- a/TWiki/TWikiForms.mdwn
+++ b/TWiki/TWikiForms.mdwn
@@ -183,7 +183,7 @@ The form template can also be defined in an alternative way by using more then o
* The topic can be protected in the usual manner so that not everybody can change the form template - see [[TWikiAccessControl]]
* `...` can be used for force a link, at present `...` format is not supported
* The "Tooltip message:" column is used as a tool tip for the field name (only if field name is a [[TWiki/WikiName]]) - you only see the tooltip on edit
-* The first item in the list is the default item. Alternative initial values can be given in a topic template such as <code>**WebTopicEditTemplate**</code> or using fieldFLD=value or for checkboxes fieldFLDcheckbox=1 in URL
+* The first item in the list is the default item. Alternative initial values can be given in a topic template such as <code>**WebTopicEditTemplate**</code> or using field=value or for checkboxes field=1
* The topic definition is not read when a topic is viewed
### <a name="Enabling_Forms_by_Web"> Enabling Forms by Web </a>
@@ -198,8 +198,8 @@ A default form template (i.e. new topics get this default form) can be provided
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:
-* Not checkboxs - nameFLD e.g. ?BugPriorityFLD=1
-* Checkbox - nameFLDvalue=1 e.g. ?ColourFLDRed=1. Note that all boxes with a tick must be specified.
+* Not checkboxes - name e.g. ?BugPriority=1
+* Checkbox - namevalue=1 e.g. ?ColourRed=1. Note that all boxes with a tick must be specified.
### <a name="Creating_New_Topics_with_Forms"> Creating New Topics with Forms </a>