how to get input on a form in javascript code example Example: Javascript get text input value var inputValue = document.getElementById("myTextInputID").value;