I’ve been playing around with our question form for a while, and am having trouble figuring out how to tweak its effect. http://rayku.com/start
http://rayku.com/ss/2012-02-23_03-26-56.png
Something really annoying is that if I don’t type anything in the question box, and I click on anything on the form below it, it will go back to its original collapsed state.
Do you know how I can modify the CSS or JS so that it will only collapse if I click outside of the combined form area

WHILE there is no text that is typed in the question field?
Thanks!
I think that you should change:
to
so you make sure that the person has entered a question and you can hide the form if they don’t.
EDIT
change your code to: