Skip to main content
The Number user block allows you to ask your user for numerical input with built-in validation and formatting controls. It provides a specialized input field that ensures only valid numbers are accepted.
Number input in flow builder

Configuration

  • Placeholder: Set placeholder text shown in the number input field (supports variables).
  • Button Label: Customize the text shown on the submit button (supports variables).
  • Min: Set the lowest acceptable number (supports variables).
  • Max: Set the highest acceptable number (supports variables).
  • Step: Define increment/decrement steps for input controls.
  • Automatic validation prevents out-of-range submissions.
  • Save Answer: Choose a variable to store the collected number.

Integration Examples

Age Collection

Budget Range with Dynamic Limits