Wiki source code of Document Templates & Forms
Version 8.3 by Silvia Macovei on 2010/02/24
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | There's often a need to have structured information. For example you might want to use a wiki to collaboratively enter data, but you'd still like that data to be organized so that it can be searched and manipulated programmatically. In XWiki it's possible to present users with fields they have to fill in when editing a page. | ||
2 | |||
3 | For example, in this wiki we're using this feature to create FAQ entries. When the edit button on a FAQ page is clicked, the following type of screen is shown instead of the standard free form text: | ||
4 | |||
5 | [[[[image:editfaqentry.png||style="border:1px solid black; padding:1px; display:block"]]>>attach:editfaqentry.png]] | ||
6 | |||
7 | Another good example of form utilization on XWiki.org is the [[References page>>xwiki:References.WebHome]]. When an user wants to add a new reference, the only thing he has to do is to type in the name of the reference he wants to add. He is then presented with a form he can fill in easily. Check it out and add your own project **[[here>>xwiki:References.WebHome]]**! | ||
8 | |||
9 | = Questionnaire = | ||
10 | |||
11 | Thanks to this mode, you can create advanced forms such as this [[questionnaire>>http://www.uaic.ro/uaic/bin/view/Main/Chestionar]]: | ||
12 | |||
13 | [[[[image:Chestionar.png||style="border:1px solid black; padding:1px; display:block"]]>>attach:Chestionar.png]] | ||
14 | |||
15 | To learn more about this feature check the [[Developer's Guide>>DevGuide.WebHome]]. |