Reset Button Does Not Reset Calculation Fields
-
I have an extremely simple form with a bunch of drop down selects. Various options result in different totals and it works perfectly without issue.
However, If the user wants to just start over on the form, I added a reset button.
The reset works great and clears all input fields. However, the calc field remains unchanged at the old calculated value.So I thought no biggie, just javascript to the rescue, I can get reset to display 0 very easily with jquery. But… calcs don’t work properly anymore.
In fact just by default, once you hit reset you’re screwed on calc fields period.
This is an EXTREMELY simple form not connected to anything. I can easily export it so you can import it and duplicate the problem.
- The topic ‘Reset Button Does Not Reset Calculation Fields’ is closed to new replies.