• Resolved alevel

    (@alevel)


    Hi Codepeople,

    How can I make a slider field a required field? I.e. user should move the slider before he can proceed to the next page of the form.

    Best regards, Alex

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @alevel

    A slider field has always assigned a value. For this reason, it has not related a “Required” property.

    You can use a calculated field to emulate the process. For example, assuming you have the slider field fieldname123.

    Insert a calculated field below the slider configured as required and hidden with the equation:

    IF(fieldname123, 1, '')

    And that’s all.
    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Required slider field’ is closed to new replies.