Answered
Hello,
First, I wanted to say that I am a noob when it comes to working with JavaScript (especially using it with LiveCycle/PDF applications); however, this community has helped a lot in my education on the topic.
I do have an issue that has thrown me for a loop, and hoping someone can point me in the right direction: I want to be able to take three text boxes and have them calculate into a fourth... however, I want to have either one calculate by itself, or the other two calculate together into the fourth. Is this possible? If so, where do I start? Ive exhausted my small amount knowledge and whatever reference material I have on hand
Any help is appreciated. Thanks in advance!
You can concatenate the values (combine text strings), add the values, multiply the values, etc.
Under what conditions would you use the only the first field?
Under what conditions would you use second and third field?
George Kaiser