I have 10 input fields in a form. The user will input a number into any or all of those fields. How would I have a running total displayed in a field called total_amount that is updated as each new field has a number entered? I don't want it to only be updated on submit. Thanks.