buildrelease
[openafs-wiki.git] / TWiki / AnApplicationWithWikiForm.mdwn
index 8ef8a21..4344d96 100644 (file)
@@ -4,12 +4,12 @@ How can I create a simple [[TWiki Form|Main/TWikiForms]] based application?
 
 ## <a name="Answer:"></a> Answer:
 
-1. Create a [[TWiki Form|Main/TWikiForms]] and define fields ([[TWikiForms]])
+1. Create a TWiki Form and define fields (see [[TWikiForms]] for details)
 2. Add the form in the list of Web Forms. Set the variable WEBFORMS in [[WebPreferences]]
-3. Create a Template Topic and in Edit mode
-4. In edit mode add the [[TWiki Form|Main/TWikiForms]] you defined to the Template Topic
+3. Create a Template Topic
+4. In edit mode add the [[TWiki Form|Main/TWikiForms]] you defined to the Template Topic using the "Add Form" button
 5. Create a HTML Form with necessary fields
-6. Define `SEARCH` function for listing items. See [[VarSEARCH]]
+6. Define `SEARCH` function for listing items (see [[VarSEARCH]] for details)
 
 For more information follow the links...