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 this case I would also need to change the name
of each input
to then send by the POST
method to put in a Database.
That's the logic I found, I'm open to others. Here is the problem statement:
Class name insertion page and number of students
Page containing an HTML form with fields:
- Student name
- Note 1
- Note 2
- Note 3