CFinput auto calculate numeric fields onchange
I am trying to use CFinput to automatically update input fields as numbers are changed in one field.
EX:
A: Cost field changed from 0 to 15,00 by user (onkeyup used perhaps?)
B: Tax field Needs to auto calculate to 15.00 x .10
C: Total cost field has to change to A + B = C or $16.50.
These should all be input fields and automatically change when the Cost field is updated.
Thank you in advance and let me know if you need more information.
