thanks Toddski!
Unfortunately I had already tried that by the time you replied. It didn't help although it to now saves the Java script.
I have selected on change and it now saves the Java script but it doesn't do anything so "other" is always visible right from the page load. I have also tried setting the "please specify" field to hidden as standard but it stays hidden when I select "other".
I have also tried setting a java script action on the "please specify" field to hide it on load by setting...
on = load
--do-- = "hide"
--that-- = "Please Specify"
--is-- = "!="
last box = "blank"
And I have tried setting a java script action on the drop down set as follows...
on = load
--do-- = "hide"
--that-- = "Please Specify"
--is-- = "!="
last box = "Please Select" ( I have the default option on the drop down set to "Please Select")
this has also not helped either.
I am really stuck here, what am I doing wrong?
Thanks again
Charlie
Last edited by CharlieM; 02-04-2010 at 12:29 AM..
|