Symptoms
I have a smartform that has hidden sections based on the answers to a list of questions (yes / no question and if 'YES' then show comment box). The question I have is that when the comment box is hidden the row for the table which it is contained is still being shown and is thus still taking up some visual space on the form. I would like to know how I can have the comment box be hidden without any visual space being taken up on the form (display:none).
Diagnoses
This is a bug with Smartforms. If their is an empty cell, and the controls are hidden, the cell still takes up a little bit of space.
Resolution
Using multiple tables which would be hidden instead of hiding the textbox controls provides the correct behavior.