<form action="pagina.html" method="post"> <input type="number" name="eta" min="18" max="99" step="1"><br> <input type="range" name="peso" min="40" max="100" step="10"> </form>