• Resolved shoofar

    (@shoofar)


    Thank you for adding this field – it is very useful as radio buttons get skewed on smaller screens and they are not that intuitive to use in comparison with slider field version.

    This is a feedback I got from few people testing the form.

    Though there is one caveat with sliding field:

    When using “slider field” and making it required field – option is not working as there is no “value not set” option. It is always selected as a minimum value.

    So if you don’t press anything and just submit the form – it will pass the “required” check.

    So people can just skip selecting anything – because this form doesn’t use different fields than slider fields.

    Any idea how to make people stop and think for each answer? Or maybe an option to set the field to “null/not filled” ?

    Anyway thanx for this new field!

    P.S. Would you consider adding some dots on the slider as it looks pretty much dull as a single line without the steps on the slider. Or should I try to CSS it somehow?

    • This topic was modified 9 months, 1 week ago by shoofar.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @shoofar

    I hope you are doing well today.

    I see you have some valid point here and I already pinged our Forminator Team in that matter. We will consider updates in that matter for sure. As for now, there is no hotfix available.

    When it comes to your second request, we already have plans to improve that part, and future updates will contain options to control design or dots and range bar.

    As for now you can use and modify this template as a custom CSS:

    /*dot background*/
    #forminator-module-21526 .forminator-field-slider .ui-slider-handle {background:red;}
    
    /*range background*/
    #forminator-module-21526 .forminator-field-slider .ui-slider-range {background:red;}

    where 21526 is your form ID.

    Kind Regards,
    Kris

    Thread Starter shoofar

    (@shoofar)

    Hi Kris, thank you for the snippet.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slider field – required not working’ is closed to new replies.