Order List Question

Create a field to collect an order of items.

Options

  • Title: Provide a title or question to the list question, set the title type, and toggle “Title is visible?” to change the visibility on the calculator.
  • Add tooltip: Toggle this option if you want to add a tooltip to the question. Description: You can add a description under the title or question. You can use markdown markups to format.
  • Minimum: The lowest number that can be used.
  • Maximum: The highest number that can be used.
  • Default: The number will appear first and will appear if no one changes it.
  • Step: How many numbers you want to increase and decrease.
  • Prefix: Symbol, number, or character you want to appear before the number selected. (e.g. $)
  • Postfix: Symbol, number, words, or character you want to appear after the number selected. (e.g., per month)
  • Items: Add or delete as many items as you want. Set up a title and a value for each item.
  • Is this question required?: Toggle if you want to make it mandatory to answer this list question.
  • Show/Hide Logic: Toggle to control if this question is shown or hidden under certain circumstances.
    • Visibility formula: If the result of the formula is TRUE or a number above 0. The question is visible. If the result is FALSE or 0, it’s hidden.

Usage in calculations

  • With the Order List question, you can add multiple options and give them a numerical value. When you use the question reference in a formula, the value of the sum of every item selected is returned.
  • To check if a specific item is selected in a multiple selection, you can use the reference QX{IA}. This returns the value of the option if it's selected. Otherwise, it returns 0.
  • To return the label of the selected option(s) in a formula, use QX{label}.

Remarks

This element especially comes in handy when you want to create an online order form.

Related articles

Learn more about order list in one of the following articles