• Resolved nateonawalk

    (@natesirrah)


    Hi there Jules!

    I’ve seen the suggestion for < and > before, and you mentioned that you were working on implementation a few months back — so I’ll do you one better. IF you can implement these operators, I’ll donate $25 to a charity of your choice! Pinky promise.

    Basically, I’m have a number field in which values can stretch from 1 to 9999. I certainly can’t add 9998 fields into groups for the “equals” logic to operate on :).

    Thanks man! Let me know if and how I can help (not a PHP dev but I checked the git)…

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

    (@jules-colle)

    hey Twistwing, I think I can help you out. I’m currently working on a pro version of the plugin. Functionality for greater than / less than is already added, so with this you would be able to add 2 conditions like this:

    if [my-field] greater than 0 then show [group-1]
    if [my-field] less than 10000 then show [group-2]

    given your form would look like this:

    [number my-field]
    [group group-1][group group-2]this is shown if the value is between 0 and 10,000[/group][/group]

    If you can send me an email I’d love to send yo the beta version of conditional fields pro. Also feel free to donate all your money to UNICEF or any other fund that is promoting education.

    ps: you can find my email in the readme.txt file

    • This reply was modified 7 years, 7 months ago by Jules Colle.

    Is it working with date?
    if [02/12/2005] greater than 06/11/2005 then show [group-1]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Greater Than and Less Than’ is closed to new replies.