So erhalten Sie Eingabefiele in JS mit Namen

var element = document.querySelector("form[name='second'] input[name='secondText']");
Joyous Jellyfish