Vis input felt, hvis checkbox er checked?
Hey alle...Jeg har dette:
<input type="checkbox" name="student" id="student" class="checkbox" /> Jeg er studerende
<label for="education" id="education" style="display: none;">*Navn på uddannelsesinstitution:</label><br />
<input type="text" name="education" id="education" style="display: none" class="singleline" />
Hvis man checker checkboxen af, så skal label, samt input="text" vises...
How to ?
