0

Welcome again ! Can you please tell me how to count of 2 inputs and show it in third input before submitting? For example i have :

inputa = value inserted by user

inputb = valueinserted by user

result = inputa + inputb ( counted and showed in inputc)

and then submit button to save it to database

Regards and thank you for help

tomczas
  • 179
  • 1
  • 4
  • 20
  • so basic its html form with inputa b and c and that input c is auto filled with value of inputa+ inputb and after autofilling of input C submit and save it to database – tomczas Dec 21 '16 at 22:15
  • it can be only done via vue js? or i can do it somehow in php – tomczas Dec 21 '16 at 22:18
  • Sounds like you need javascript if you want input c to be auto populated during the same request – Greg Answer Dec 22 '16 at 00:54

1 Answers1

0

seems javascript / jquery fits your need.

Kevin.L
  • 11
  • 2