[ad_1]
Hello @klingbeil
If you have two forms in the same page, and a div tag with id="#calculation-result", and both forms include the following piece of code as part of their equations:
jQuery('#calculation-result').html(result);Since they are modifying the HTML content of the same tag, it will be the result of the last equation to be evaluated.
Best regards.
