Skip to main content
Send Us Your Form, and  We’ll Convert It Into an Online Form  For Free.

Input Number

alt text

The Input Number provides a numeric input for collecting user-entered values

How It Works

The Input Number component renders a single-line input field that automatically validates numeric input. Only numbers are accepted by default, and non-numeric characters are rejected at the time of entry.

Additional validation rules, such as custom Regular Expressions or field-to-field comparisons, can be applied if needed.


Properties

PropertyDescription
Label NameText displayed above the input field.
Hide LabelHides the label visually while keeping it accessible to screen readers.
DisabledDisplays the field but prevents the user from entering or editing a value.
Add PlaceholderPlaceholder text shown inside the field when it is empty to guide user input.
Make RequiredMarks the field as required. The user must input a value before submitting.
Add Regular ExpressionApplies an additional validation pattern using Regular Expression (RegEx) syntax to further restrict allowed numeric input.
Validation for Another Input FieldSets a rule that compares this field’s value with another input field in the form. Commonly used to ensure matching numeric values.
Add CSS ClassApplies custom CSS classes for styling and layout customization.
Display Component in NavigationOption to include this component in any summary or form navigation (if applicable).
Unique NameA required identifier that must be unique within the form. Used in variables, email templates, webhooks, and integrations.
Variable NameA variable reference used in printable PDF or Word templates.
Mask in Notification EmailMasks the submitted value in notification emails to reduce exposure of sensitive or identifiable information.

Using Input Number Values in Other Parts of the Form

You can reference the data provided in Input Number elsewhere in the form (e.g., success pages, PDF templates, notification emails) using the component’s Unique Name as a variable.