1
I need to create inputs
based on the amount the user types.
For example:
var quantidade = 5; \\\usuario digitou
for(int i = 0; i< quantidade; i++){
//aqui vem os inputs
}
In that case I would also need to change the name
of each input
and then send by the method POST
to place in a database.
That’s the logic I found, I’m open to others. Follow the statement of the problem:
Class name and number of students insertion page
Page containing an HTML form with the fields:
- Student’s name
- Note 1
- Note 2
- Note 3
https://pt.meta.stackoverflow.com/questions/1078/como-e-por-que-aceitar-uma-resposta
– user76097