Table of Contents

Number

Adding #number to the description will convert a short-answer text question into a number keypad.

Additional tags:

  1. #minValue (optional, default is no restriction)
    Specify the minimum valid value. Invalid values will not be accepted.
  2. #maxValue (optional, default is no restriction)
    Specify the maximum valid value. Invalid values will not be accepted.
  3. #decimals (optional, default is no restriction)
    Specify the maximum number of decimals allowed.
  4. constraintMessage (optional)
    Custom message to display if the value is not between minValue and maxValue.

Example