In azing you are able to use form fields within your checklists. This gives us a wide range of possibilities how we can set up checklist and how we use them. At the moment the following form fields are available:
- text field (with or without a standard value)
- text multi-line (with or without a standard value)
- drop down
Where can i find the form fields?
When you are creating or editing a checklist you can find a drop down in the top ribbon bar. It looks like this:
After choose the wished field (in the following example a drop down with) you will see some text is inserted to your checklist. in my case it is the following
[[label=Color options=red,green,blue]]
So the label and the options you can change as you want. In my case i have edited like this:
[[label=Azing form fields options=text field, text multi-line, drop down, i do not use form fields]]
Sure, at the moment this line looks not very nice, but it is powerful. If you now click safe you can see what this line is doing with your checklist:
Other examples of form fields
Let's start with the simplest one the text field :) this is only a name within brackets (all the words in italic can be changed):
Text field:
[[This is the field label]]
With "value" you can have a standard value of the text field
Text field (with a value):
[[label=What do you say if you see your boss? value=hello]]
With "lines" you can make a multi-text field. somehow like this (you can define how many lines you want to have:
text multi-line:
[[label=This is the field label lines=5]]
As well as in a normal text field you can also here use a standard value
text multi-line (with a value):
[[label=What do you say if you are late? lines=5 value=so sorry, i will go home again and then returning on time]]
And last but not least, we have the drop down fields also with or without values.
drop down:
[[label=Color options=red, green, blue]]
drop down (with value selected):
[[label=Color value=green options=red, green, blue]]