Question about condition and null
-
Hi there,
Bought this plugin with bundles couple of hours ago in the hope that :
1. I’m able to validate a field that has null and based on that set values of corresponding fields.
2. Use an if condition to arrive at a value. For eg. there are three text fields and a number field. If first of the 3 text fields is not null, then 10 needs to be value of the number field, if the first two text fields are not null and the 3rd one is then the value of the number field should be 15. If all the 3 text fields have values then the number field should have a value of 20.
I have read your documentation and somewhere there was an if condition but then couldn’t find it.
In any case I’m unable to check the length of the field or whether a field is null or not.
How can I achieve the above?
- The topic ‘Question about condition and null’ is closed to new replies.