Why does my querySelector not select the correct ID for a step in an HTML form?
My digiNextStepMobil does not get called properly and the form does not go the step2, when I press the button. HTML <form id="digi-productGuideForm-mobil"> <div id="digi-step1-1" class="digi-step"> <h2>Hvor skal ladestanderen placeres?</h2> <label> <input id="beskrivelser" type="radio" name="placement" value="commonParking"> Fælles p-plads </label><br> <label>…