T
|
thesofa 8/10/2008 |
OK, here is a way, first get the value chosen in the drop down using the &$values array in the events. |
E
|
emsurban author 8/10/2008 |
OK, here is a way, first get the value chosen in the drop down using the &$values array in the events. if value (dropdown) is test1 disable dropdown 2 if value(dropdown) is test2 disable dropdown 2 if value(dropdown) is test3, enable dropdown2 or better still, on loading the page, set dropdown2 as disabled by default if value(dropdown) is test3, enable dropdown2 search here for the code to show/hide or enable/disable drop down controls HTH
|
T
|
thesofa 8/10/2008 |
OK, try a different route instead, drop1 has values of t1, t2, t3 |
J
|
Jane 8/11/2008 |
Hi, |