document.querySelectorAll('label').forEach(el=>{ if (el.textContent === "Название") alert(el.parentNode.nextElementSibling.firstChild.value); });