0
I don’t know how to proceed in this. In the code below
I have a loop that returns me quantity and value per line
how to make this calculation dynamically per line
loop{
linha 1 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
linha 2 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
linha 3 <input type="text" name="qtd" > x <input type="text" name="valor" > = result
}
....
I couldn’t understand either the question or the code. I could go into more detail, please?
– bfavaretto
Imagine a table with 5 or more lines.... each row has 2 unit fields and value I wanted to do this calculation dynamically per line so line '1' I would put the amount in the field and would multiply by the value contained in field 2
– Fabio Henrique