Hi,
I have a situation where in the user has to submit the numerical data of his family members. And once he submits the numerical data he has to enter their names respectively. I have given a max of 10 fields to enter the name.
For example:
Number of children 3
Child 1 name ABCD
Child 2 name EFGH
Child 3 name IJKL
Child 4 name should hide automatically as the user has entered number of children as 3.
Child 5 name should hide automatically as the user has entered number of children as 3.
Its a dependency rule on the field name "Number of children". So how I can achieve this. Currently i am unable hide it. Can you give me the logic so that based on the value of Number of children the fields should appear.