PWaddict Posted October 19, 2018 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?
arjen Posted October 19, 2018 Posted October 19, 2018 Not tested, but could you try: my_float_field=0, my_float_field!=""
PWaddict Posted October 19, 2018 Author 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.
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