Skip to content

Commit

Permalink
Update form.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis-60 authored Oct 25, 2023
1 parent 13d30d4 commit 6c8d1ae
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions form.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</head>
<body>
<div class="box">
<form action="/enviar-dados" method="post">
<form action="/submit" method="post">
<fieldset>
<legend><b>Formulário</b></legend>
<br>
Expand All @@ -105,17 +105,7 @@
<input type="cpf" name="cpf" id="cpf" class="inputUser"required>
<label for="cpf" class="labelInput">CPF</label>
</div>
<br>
<p>Sexo:</p>
<input type="radio" id="feminino" name="genero" value="Feminino">
<label for="feminino">Feminino</label>
<br>
<input type="radio" id="masculino" name="genero" value="Masculino">
<label for="masculino">Masculino</label>
<br>
<input type="radio" id="outro" name="genero" value="Outro">
<label for="outro">Outro</label>
<br><br><br>
<br><br>
<label for="data_nascimento"><b>Data de Nascimento: </b></label>
<input type="date" name="data_nascimento" id="data_nascimento" required>
<br><br><br>
Expand All @@ -130,10 +120,6 @@
<label for="estado" class="labelInput">Estado</label>
<br><br>
</div>
<div class="inputBox">
<input type="text" name="endereço" id="endereco" class="inputUser"required>
<label for="endereco" class="labelInput">Endereço</label>
</div>
<br><br>
<input type="submit" name="submit" id="submit" value="Enviar">
</form>
Expand Down

0 comments on commit 6c8d1ae

Please sign in to comment.