
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
FAQ:How can I create a simple TWiki Form based application? | ||||||||
| Line: 11 to 11 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| For more information follow the links... | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
FAQ:How can I create a simple TWiki Form based application?Answer:
<form action="%SCRIPTURLPATH{edit}%/%WEB%/">
New FAQ topic: (Use a name in TWiki.WikiNotation) <br />
<input type="text" name="topic" size="32" /> <input type="submit" class="twikiSubmit" value="Create Topic" />
<input type="hidden" name="onlywikiname" value="on" />
<input type="hidden" name="templatetopic" value="TWikiFaqTemplate" />
<input type="hidden" name="topicparent" value="%TOPIC%" />
<br />
</form>
And the SEARCH function:
%SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" regex="on" nosearch="on" nototal="on"}%
Back to: TWikiFAQ
Related Topics: UserDocumentationCategory
-- TWiki:Main.MiyokoTakushima - 18 Oct 2004 | |||||||