There would be some way for a user to click on a small image with a + sign, to add more inputs to the form. In case I have the following inputs:
Identificação do Responsável da Empresa 1: <input type="text" name="socio1"><br><br>
Número de Identificação Civil do Responsável da Empresa 1: <input type="text" name="socio1"><br><br>
Nif do Responsável da Empresa 1: <input type="text" name="socio1"><br><br>
Identificação do Responsável da Empresa 2: <input type="text" name="socio1"><br><br>
So I would put an image with a + sign and clicking on that image would appear 3 more inputs but with different names.
How could I do this?