Hello I have a form and I want to keep the information I capture in the inputs because when sending the information it is deleted and you have to be constantly filling in the inputs and I want to keep the information
<form action="" method="POST">
<label for="">Servidor</label>
<input type="text" id="servidor" name="servidor"
placeholder="Selecciona el servidor deseado" >
<label >Configuracion </label>
<input type="text"id="configuracion" name="configuracion" placeholder="Selecciona la configuracion deseada">
<button type="submit" value="registrar" name="boton" id="boton"class="btn btn-primary">Registrar</button>
</form>