Resolved! Hide/Show variables based on value of another variable
For example, I have 10 lookup select boxes (u_var1, u_var2, u_var3, u_var4,...,u_var10). On load of the form, I only need to show the first lookup select box (u_var1). Let's say the choices for this field are: 2, 3, 4,...,10. If I select 2, then u_va...