1
How I would make for the text typed in the field below:
<label for="nomeUsuario">Coordenador:</label>
<input type="text" class="form-control" name="NomeUsuario" id="nomeUsuario">
By clicking on the radio button:
<label>Selecione o coordenador:</label>
<input type="radio" name="Coordenador" value="">
Automatically appear the user name previously typed in the field below?
<label for="nomeCoordenador">Coordenador:</label>
<input type="text" class="form-control" name="NomeCoordenador" id="nomeCoordenador">