Skip to main content

Input Number Range

get_input_number_range

PHP Developer Guide: get_input_number_range Function

This guide explains how to use the get_input_number_range function from your PHP framework. This function automatically generates a styled HTML two-input number: from and to. Also, a framework as default "understands" from to logic.

It supports:

  • From-to logic
  • Custom classes, placeholders, and attributes

Manual Example with get_input_number_range

{
"element": [{
"input_number_range": {
"title": "Age",
"name": "age"
}
}]
}

Input number range

Usage Notes