Support » Plugin: Calculated Fields Form » AND logic

  • Resolved clonemykey

    (@clonemykey)


    On my 1-100 slider I’m trying to create a bulk discount rule. My slider is fieldname27 in example below. I’ve tried every variation of the syntax I can think of but am still not getting it to work. It’s suppose to output 18.95*(number on slider) if the slider is selected values from 2 to 4. What am I missing?

    (function(){
    
    AND(fieldname27 >= 2,fieldname27 <= 4) return 18.95*fieldname27;
    
    })();
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘AND logic’ is closed to new replies.