1<form>
2action   template userstpl users:%Y:@@What's your Name?@@:start
3
4Fieldset "A set of fields"
5Textbox  "Employee Name" "=Your Name"
6number   "Your Age" >13 <99
7email    "Your E-Mail Address"
8textbox  "Occupation (optional)" !
9password "Some password"
10file     "File1"
11
12fieldset "HTML Checks  <bold>bang</bold>"  "<bold>bang</bold>" "<bold>bang</bold>"
13textbox  "HTML check 1 <bold>bang</bold>"  "=<bold>bang</bold>"
14password "HTML check 2 <bold>bang</bold>"  "=<bold>bang</bold>"
15textarea "HTML check 3 <bold>bang</bold>"  "=<bold>bang</bold>"
16static   "HTML check 4 <bold>bang</bold>"
17wiki     "HTML check 5 <bold>bang</bold>"
18
19fieldset "even more fields"
20select   "Please select an option" "Peaches|Apples|Oranges"
21static   "Some static text that could be an agreement"
22yesno    "Read the agreement?"
23textarea "Tell me about your self"
24textbox  "You need to write 'agree' here" /^agree$/
25
26fieldset "Create Your User Page"
27select   "What's your Continent?" "Europe|N. America|S. America|Asia|Australia"
28textbox  "What's your Name?"
29textarea "Enter a short bio" !
30yesno    "Do have publication?"
31
32fieldset "Add your publications" "Do have publication?"
33textarea "Publications:"
34addpage   users:publicationtemplate publications
35
36fieldset "Finish"
37submit   "Submit Query"
38</form>