I am trying to do something simple... I just cant get it to work. I have a drop down list named "ownership" (Which is part of, DOES THE BORROWER HAVE AN OWNERSHIP INTEREST IN ANY OTHER PROPERTY? and I have choices "Y" and "N". When the user selects "Y" I want the subform (which is currently invisible) named "sometimesHidden" to appear. Then if the user selects "N" after they have already selected "Y" I want it to disappear. It is a blank form with neither Y/N as a default, just blank. It should just appear.. it does not need to move any thing.. just appear and disappear.
I have been trying to get it to work on the "Exit" mode in JavaScript for the drop down. I have tried to utilize other examples and nothing. Any help?
Thanks!