Tenho um formulario que coloca os nomes dos trabalhadores e eu quero que me deixe inserir os dados de cada trabalhador consoante o numero dos mesmos.
Exemplo: Tenho 5 trabalhadores e quero que na pagina seguinte me aparece 5 fichas, ou se preencher apenas 2 trabalhadores aparecer 2 fichas para preencher.
Citar
<center><h1>Trabalhadores:</h1></center><br>
<h3>Nome: <input type="text" name="Nome1"> Função: <input type="text" name="Funcao1"> <span style="padding-left:150px">
Nome: <input type="text" name="Nome2"> Função: <input type="text" name="Funcao2"> </br><br>
Nome: <input type="text" name="Nome3"> Função: <input type="text" name="Funcao3"><span style="padding-left:150px">
Nome: <input type="text" name="Nome4"> Função: <input type="text" name="Funcao4"> </br> <br>
<h2><center> <b><p>Ficha:</p> </h2>
</b> </center>
<center><h3>Data Validade: <input type="date" name="MedicaValidade">
Anexar Documento: <input type="file" name="MedicaAnexo"></h3></center></div>
<h3>Nome: <input type="text" name="Nome1"> Função: <input type="text" name="Funcao1"> <span style="padding-left:150px">
Nome: <input type="text" name="Nome2"> Função: <input type="text" name="Funcao2"> </br><br>
Nome: <input type="text" name="Nome3"> Função: <input type="text" name="Funcao3"><span style="padding-left:150px">
Nome: <input type="text" name="Nome4"> Função: <input type="text" name="Funcao4"> </br> <br>
<h2><center> <b><p>Ficha:</p> </h2>
</b> </center>
<center><h3>Data Validade: <input type="date" name="MedicaValidade">
Anexar Documento: <input type="file" name="MedicaAnexo"></h3></center></div>