Commit 592cdb69 authored by Marcos Albano's avatar Marcos Albano 💬

Limpando campos do formulario

parent e7d9353a
......@@ -47,7 +47,7 @@
</tbody>
</table>
<div class="container">
<form method="post"
<form method="post" id="form"
action="{{ route('datepicker', [$pessoaLote->pessoa->nome, $documentoPessoa->cpf, $agendamento->id]) }}"
enctype="multipart/form-data">
@csrf
......@@ -96,7 +96,7 @@
dropdown: true,
scrollbar: true
});
$('#form').trigger("reset");
</script>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment