Anyone else able to get calculations working in Ninja Forms?
All I am trying to do is get total of 3 radio list fields.
They all have Calc Values applied to elements.
In Advanced / Calculations I added:
Variable Name total_cost
Equation {field:RadioList1}+{field:RadioList2}+{field:RadioList3}
I added a Total field with Field Key as total_cost
Total just sits at $0.00
Can’t seem to get Totals to show pre submission or by submitting…
Cheers