0
There would be some way for a user to click on a small image with a +sign, 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 this image would appear 3 more inputs but with different Names.
How could I do that?
I’m marking it as duplicate because the answer there in the other question explains well how to do that. If you have any questions, it may be the case to edit and reopen this question, or make a new one more specific.
– bfavaretto