• caroline

    (@makeupedia)


    Hello,

    I use this code for a range field, but is it possible to show the actual slider with the values amount coloured in the slider? For example, if the value is 80%, I want it to be coloured 80% of the slider.

    <?php
    $value = get_field('my_range_field');
    if( $value ): ?>
     <?php echo "Result: {$my_range_field}"; ?>  
    <?php endif; ?>
  • The topic ‘Range Field – Show the actual slider’ is closed to new replies.