Rest calculation when one or another field change
-
Hi,
Thanks for a great plug in!I use a “calculated field” to add up values from several fields (let’s say fieldname1, fieldname2 & fieldname3). This “calculated field” is hidden until a button that says “calculate” is clicked. Using this code for the OnClick event: jQuery(‘.my-field’).removeClass(‘hide’);
I would like to have the “calculated field” hidden as soon as any of the values inside any of my input fields (fieldname1, fieldname2 & fieldname3) change. And then reveal the calculations field once you click the “calculate button”.
How can I achieve this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rest calculation when one or another field change’ is closed to new replies.