how to grab data from an input field in js code example
Example: Javascript get text input value
var inputValue = document.getElementById("myTextInputID").value;
var inputValue = document.getElementById("myTextInputID").value;