hello ! i need to do this
text area 1 | input by user
text area 2 | dynamic text area
text area 3 | dynamic text area2
in the page we well see this
text area 1 = 2 <--- input by user
text area 2 = 4 <---[ 2+(text area 1) ] the text box do automatic do the equation and show me the resuly (in this case its "4")
text area 3 = 40 <--- [text area 2 + 10 ] <--- the same of text area 2 but gettin the information of text area 2 and multiply by 10
The idea is to automation to confirm results before submitting the form, in which case the user just enter the number "2" in the first text box and the second box will automatically add 2, and the third will multiply 10 to second box .. and obviously shows me to confirm the data before pressing the submit botton
thank you very much
text area 1 | input by user
text area 2 | dynamic text area
text area 3 | dynamic text area2
in the page we well see this
text area 1 = 2 <--- input by user
text area 2 = 4 <---[ 2+(text area 1) ] the text box do automatic do the equation and show me the resuly (in this case its "4")
text area 3 = 40 <--- [text area 2 + 10 ] <--- the same of text area 2 but gettin the information of text area 2 and multiply by 10
The idea is to automation to confirm results before submitting the form, in which case the user just enter the number "2" in the first text box and the second box will automatically add 2, and the third will multiply 10 to second box .. and obviously shows me to confirm the data before pressing the submit botton
thank you very much