Hello,
I want to put a compound interest calculation on my form and the Formidable docs say I need to use Math.pow. There is no example on how to implement this using Formidable. Here is the formula that I need to create in the form:
P(1 + r/n)^nt
P = principle
r = interest rate
n = number of period
t = time
It's the ^nt part that I don't know how to implement using formidable or formidable with Math.pow.
Thank you in advance
This link - https://formidableforms.com/knowledgebase/field-calculations/#kb-advanced-numeric-calculations - shows how to use it as a field-level calculation. Is that not what you want to do?
I have read the provided link and the example doesn't say where I can enter Math.pow statement. Based on your statement, I just tried it in the calculation field and it works. - Thank you.
Please login or Register to submit your answer