The Number element allows users to enter numeric values. It is useful for collecting quantities, ages, prices, or other numerical inputs.

 Available Options:

  • Field label – sets the visible name of the number field.

  • Placeholder text – displays sample text before the user enters a number.

  • Min number – defines the minimum allowed value.

  • Max number – defines the maximum allowed value.

  • Additional message – optional helper text displayed below the field.

 Field Layout Settings:

  • Half width – displays the field in half of the form width.

  • Required – makes number input mandatory.

  • Field in center – centers the field horizontally within the form.

Advanced Settings:

  • Custom class – used for advanced styling or JavaScript.

  • Custom ID – unique identifier for targeting the field with CSS or JS.