if i have enum 1 .. ( 1 - 2 - 3 - 4 )
and enum 2 ....( a - b - c - d )
and enum 3 ... ( s - w - e - f )
i want if i chose 2 from enum 1 ..... enum 2 appear
and if i chose 4 from enum 1 .... enum 3 appear
how can i do it ?
and enum 2 ....( a - b - c - d )
and enum 3 ... ( s - w - e - f )
i want if i chose 2 from enum 1 ..... enum 2 appear
and if i chose 4 from enum 1 .... enum 3 appear
how can i do it ?
Comment