Hi, I followed yuniar's suggestion (http://www.appnitro.com/forums/topic/can-i-post-hidden-value?replies=6#post-4043) to use the CSS trick to hide a field but for some reason it does not work for me.
I created a test survey form that has only two text fields, namely element_1 and element_2. I'm just trying to hide the first one. So, I modified the view.css file in my /data/css/form_1 directory and added the following css code at the end of the file, but it still won't hide my first text box (and its label). Please help!
#li_1{
display: none;
}