Drop-down list

A dropdown list is useful if you need to ask a question that has many alternatives, like a selection between the countries of the world. A dropdown list can be entered directly, like the example below.

If you need to reuse the list, click "go to bank" and create it there. It will then be saved for later use. You can now select from the available dropdown lists, and copy it.

Here are two examples of how a dropdown list will look:

A dropdown list lets you distinguish between what is displayed in the list, and the values actually saved in the database. This may be necessary, if you are integrating the data with an external system, for example.

Let's say you make a list of countries, and you want to display the countries as they are normally written. e.g. Germany, France, Italy etc. But you want to save the codes, like DE, FR, IT. This is done by typing one item per line as before, but include both the value to be displayed, and what is stored, separated by "#@". To enter the countries above, type: Germany#@DE, France#@FR, Italy#@IT.