Posts by Matheus Costa • 21 points
1 post
-
1
votes1
answer1077
viewsA: How to recover the values of an HTML form for a Javascript function
To get the data from a <input> you can use the id and pick up Javascript using the function document.getElementById('senha_input').value. Response with other options…