Hi all,
I've browsed the forum and had great luck in finding some help on making my form data work using javascript in the custom fields, however one problem has remained...
One of my text fields is asking the user to enter a %. (example, 50).
Below it, I have another field, which calculates the value of another field, and devides it, by this % field above.
I have the division working properly, but I need to tell the % field, to add "0." infront of it, for my math to work out and to truly find the percentage, not just divide the 2 numbers.
I don't want to waste space on the form telling users to actually input 0.50 for 50%
ie,
A= 100
B= 20% (for my code to calculate properly, it should then be read as 0.20)
C= Answer of A divided by B
Any thought would be greatly appreciated.
Cheers!
More than one way to skin.....