The code underneath will show Fax and an input-box. I manage to hide the text "Fax" but I'm not able to hide the input-box. How can I hide the input-box using CSS and Javascript?
<div class="field">
<label for="billing:fax">Fax</label>
<div class="input-box">
<input id="billing:fax" class="input-text " type="text" title="Faxnummer" value="" name="billing[fax]">
</div>
</div>
display:nonewith your input?