Hi everyone
I have number of fields that needed to be aligned on the top of the page. To do that I simply applied simple CSS code to organize them side by side (
"#q150,#q2,#q81{display: inline-block; width: 13%; horizontal align:top; }#q189,#q190,#q191,#q192 {display: inline-block; width: 10%; horizontal align:top; }")
. Now I need to hide few of those fields when a item is selected in drop down list. I tried hide/show rule with the CSS the fields do not hide. If, I take away the CSS codes the rules work. CSS codes are crucial for this form and I am hopping for a way around this.
Appreciate the suggestions