PWaddict Posted October 19, 2018 Share Posted October 19, 2018 I would like a field to be required only if a float field has 0 value (not blank). So, adding this: my_float_field=0 on "Required only if" section it makes the field required when it has 0 value and when it's empty too. Is it possible to get the field required ONLY when it has 0 value? Link to comment Share on other sites More sharing options...
arjen Posted October 19, 2018 Share Posted October 19, 2018 Not tested, but could you try: my_float_field=0, my_float_field!="" Link to comment Share on other sites More sharing options...
PWaddict Posted October 19, 2018 Author Share Posted October 19, 2018 5 hours ago, arjen said: Not tested, but could you try: my_float_field=0, my_float_field!="" Already tried that and it doesn't even getting required at all. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now