Answered
I am using Adobe Acrobat 8 Professional. I don't know ANYTHING about Scripting, but need some fancy form functions.
I have 3 radio buttons with different dollar values. When one is selected, I need a text field to contain that dollar value. AND I need to be able to perform a calculation with the dollar value in that text field. EXAMPLE BELOW.
()Membership1 $20
()Membership2 $30
()Membership3 $40
MembershipDues _____
ApplicationFee _____
Total _____
Can anyone walk me through this in elementary steps?
I'm assuming that the ApplicationFee is something the user enters.
For the Total field, set it up as a calculated field and specify the two fields with the "value is the sum..." option.
Be sure to set any calculated field to read-only. This will prevent users from attempting to interact with them.
George