What I thought was simple division between two fields is not working
I am hopeless with the abstract e.g. programming.
Using Acrobat Forms I wish to divide one text field into another. One field is a result of a calculation of user entries, the other will be a number entered by the user.
Reading posts I see this cannot be done by simple field notation (Text 7)/Text 11. I tried several variations.
Reading the not so simple calculations help page I arrived at the following formula in my target field (Text12) which I think is close but not quite correct.
event.value = ( this.getField("Text7"). value/ this.getField("Text11")).value;
but this does not work. A value remains in the target field Text12 from previous attemps but does not change and is also incorrect if I calculate longhand.
Any assistance greatly appreciated.
This is not confidential so happy to post the whole thing; it's to help plumbers calculate a flow rate and pipesize.
