Ok first of all, I am a new user and very new to acrobat. Pretty good at following instructions but am in the dark when it comes to javascript and writing formulas...
I developed a simple form for our sales team, looks much like a letter, allows our team to enter the customer name, address, city, state, zip and date at the top. In the middle of the letter it tabs down to fields that will require numbers to be entered and then several fields that will calculate
(i.e. average and percentage) using the numbers entered in the previous fields. I was able to figure out through internet research how to write a simplified field notation to handle the "average" calculation and "percentage" calculation, but there are the complete details of the form. It seems that no matter which field we type in, we get the message "the value entered....blah blah". HELP!
These are the fields that we enter values into:
Merchant Name, address, City, State, Zip, Attn, Date, Location
then tabs down to...
Current Monthly Volume
Total Transactions
First calculation is Average Ticket, which should be: Movolume/totaltrans
Current Monthly Cost
New Monthly Cost
Next calculation field is Monthly Savings, which should be: currentcost-newcost
Next calculation field is Cost Reduction %, which should be: 1.00-(newcost/currentcost)
Next caLculation field is 12 month reduction, which should be: savings*12
Next caLculation field is 48 month reduction, which should be: savings*48