Html – disable select for certain input
I want to disable a select attribute when my type = radio input is checked. Here's the part of the code i'm talking about: <input id="societeInterne" name="radioSociete" type="radio" value="Interne"/><label>Interne / </label> <input id="societeExterne" name="radioSociete" type="radio" value="Externe"/><label>Externe - </label> <label for="PrestataireStit">…