I need to take the value entered into one field and multiply it by the % value entered in another
Hi there, I'm working on a form, and I'm trying to figure out how to write a custom calculation script for the following:
$ amount entered into field “All Be Cool” x amount entered into field “Do Everything Fun %”
Ex. enter $5000 in A_B_C field then enter 45% in D_E_F, = total in field G
$5000 x 45% = $2,250
ABC x DEF = G
I think the rest should be easier because I just need to subtract and add in all the others.
Thanks so much!
