Answered
I am looking for a technique to change the label on a button to match a value in a text field. The value in my text field will vary from user to user. The button label needs to match the text field value of the individual user.
I would be grateful for any solutions. Thank you so much.
DavidD
You can get the 'value' property of the text field and set the button label with the 'buttonSetCaption' method. See the example under the 'Field' object, 'Field methods', 'buttonSetCaption' in the Acrobat JS API Reference.
George Kaiser