Value Slider
The Value Slider fieldtype allows the user to select a numerical value. It is rendered as range
HTML input type with some additional styling, allowing users to precisely select the value.
Field Settings
Template Tags
The Value Slider can only be rendered as a single template tag.
Single tag
{my_value_slider_field}
Single Tag Parameters:
decimal_place="2"
The number of decimal digits to show after the number
prefix="yes"
Include prefix before the value, as specified in field settings
suffix="yes"
Single Tag Modifiers
{my_value_slider_field:min}
Field minimal possible value, as specified in settings.
{my_value_slider_field:max}
Field maximal possible value, as specified in settings.
{my_value_slider_field:prefix}
Field prefix, as specified in settings.
{my_value_slider_field:suffix}
Field suffix, as specified in settings.