1
I wanted to know if there is a way and how to put several elementDocumentID within a single variable.
Example:
The code is for validation, the code is like this:
var email = document.getElementById("email").value;
var nome=document.getElementById("nome").value;
var senha=document.getElementById("senha").value;
var rep_senha=document.getElementById("rep_senha").value;`
what exactly are you trying to do? Take the data from a
<form>
?– DNick
Why exactly?
– Guilherme Nascimento