From 1940339f5fafc2fc10a52e982fef0ed5a69c13cf Mon Sep 17 00:00:00 2001 From: John Talintyre Date: Tue, 4 Sep 2001 09:53:16 +0000 Subject: none --- TWiki/TWikiForms.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'TWiki') 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 **WebTopicEditTemplate** 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 **WebTopicEditTemplate** or using field=value or for checkboxes field=1 * The topic definition is not read when a topic is viewed ### Enabling Forms by Web @@ -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. ### Creating New Topics with Forms -- cgit v1.2.3