0
How do you get an outcome from a form answer in html using js?
How do you get an outcome from a form answer in html using js? I want an outcome from typing something in a form to have a outcome in js
1 ответ
+ 1
With document.getElementById("inputIDname").value, you will get the value that is put in the field and you can then do anything with it