Setting Values
You can set the value by using a single value with the slider limits:
$entry->example = 10;
For range enabled sliders you can set the value with a comma separated value:
$entry->example = 10,20
You can set the value by using a single value with the slider limits:
$entry->example = 10;
For range enabled sliders you can set the value with a comma separated value:
$entry->example = 10,20