• Resolved crayoya

    (@crayoya)


    Hello! Thx for your plugin using it a lot!
    Recently i was constructing new form and faced an issue in defining dependencies.
    I need to make one dependency rule for situation when number is equal or greater than 0.11 and lower tan 0.24 at the same time. But there is no such options in wizzard.
    Screenshot of an issue https://prntscr.com/pndl81

    Forum search didn’t help.

    Any help would be appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @crayoya

    Clicking on the “Edit rule manually” link, as you did in the first condition, appears a box for entering the rules manually, and in this box, you should enter the condition in a valid javascript format:

    
    0.11<value && value<0.24
    

    and then, select the corresponding fields that depend on this condition, through the list below the condition’s box.

    Best regards.

    Thread Starter crayoya

    (@crayoya)

    Thank you a lot! Love your plugin! All the best wishes!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make dependency: greater than exact number and lower than exact number?’ is closed to new replies.