I have a few number fields that I am performing calculations on sequentially. Number 1, then number 1 x 10%, then number 1 X 10% + number 1, etc - basically calculating a tax and a service fee then adding it all together.
When I try to insert a previous number field into a field for calculation using the "insert merge tags" drop down, it doesn't seem to be capturing the value. Do I need to use the :value attribute?
{number1:value} instead of just {number1}?
I am currently using very large calculations involving over 100 fields in some cases and it is causing the form submission to surpass the max_execution_time in PHP.