=== Gravity Slider Fields === Contributors: UaMV Donate link: https://typewheel.xyz/give/?ref=Gravity%20Slider%20Fields Tags: gravity, forms, slider, field, number Requires at least: 3.1 Requires PHP: 5.6 Tested up to: 5.3 Stable tag: 1.9 License: GPLv2 or later Adds slider fields to Gravity Forms == Description == Gravity Forms does not yet support slider fields. Until that time, this plugin may serve the purpose well. The plugin adds a new slider field within the advanced field group. Customize your slider with the following set of options. = Supported Options = **Native to Gravity Forms** * field label * description * number format * range * handle connects * field label visibility * description placement * custom css class * field size * admin field label * default value * visibility * allow field to be populated dynamically * enable conditional logic **Custom** * value relations (descriptive terms that relate to min & max number values of slider) * step (precision of values that can selected along the slider) * show value (select whether to hide, show on hover & drag, or always shows the currently selected value) If value relations have been defined, they will be displayed along with the field label in form entry details and when using merge tags. = Credits = In order to play nice with touch devices, Gravity Slider Fields utilizes [noUiSlider](http://refreshless.com/nouislider "noUiSlider") (developed by [LΓ©on Gersen](http://twitter.com/LeonGersen)) == Installation == 1. Upload the `gravity-slider-fields` directory to `/wp-content/plugins/` 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = Does this plugin rely on anything? = Yes. You must install [Gravity Forms](http://gravityforms.com "Gravity Forms") for this plugin to work. == Screenshots == 1. Rendered sliders 1. Slider field selection 1. Custom slider options == Changelog == = 1.9 = πŸ“¦ NEW: Use sliders in conditional logic πŸ‘Œ IMPROVE: Performance when triggering change πŸ‘Œ IMPROVE: Disable delayed admin notice πŸ‘Œ IMPROVE: Use emoji-log for changelog = 1.8 = πŸ› FIX: Properly handle connect option for existing slider fields = 1.7 = πŸ“¦ NEW: Allow connecting handle to lower or upper edge = 1.6 = πŸ‘Œ IMPROVE: Remove call to deprecated GF_Field::get_conditional_logic_event = 1.5 = πŸ‘Œ IMPROVE: Update noUiSlider to 13.1.4 πŸ“¦ NEW: Add calculation merge tags πŸ› FIX: Hover-drag issue πŸ› FIX: Tab focus issue πŸ› FIX: error: `Slider was already initialized` = 1.4 = πŸ‘Œ IMPROVE: Delay the notice = 1.3 = πŸ› FIX: Better fix = 1.2 = πŸ› FIX: jQuery error in loading noUiSlider πŸ“¦ NEW: Add delayed & dismissible admin notice = 1.1 = πŸ“¦ NEW: The slider merge tag can now be used in calculations = 1.0 = πŸ‘Œ IMPROVE: Rewrite codebase to use GFAddOn = 0.9 = πŸ‘Œ IMPROVE: Play nicer with Gravity Forms πŸ‘Œ IMPROVE: Update noUiSlider version = 0.8 = πŸ“¦ NEW: Add rendering of field in form editor = 0.7 = πŸ“¦ NEW: Add class existence check for GF_Fields = 0.6 = πŸ“– DOC: Add cautionary note in the readme. = 0.5 = πŸ› FIX: Slider failure in certain instance = 0.4 = πŸš€ RELEASE: Initial