Hi, I would like to hide fields properly in the new responsive code.
I've been enclosing fields via HTML Block via
<table style="display:none">
Field1
Field2
</table>
to hide my fields but with the new responsive feature enabled. It is not hiding the fields properly.
Any thoughts/suggestions on this?