[ad_1]
Let say I write HTML in HTML field <fieldset1>, I make calculations with Javascript and the calculation returns a value. How to pass that value to Calculated field?
For instance I could say JS to put the calculated value 89 in <span class=”result-here”>89</span> and then Calculated field can pick that up for equations.
