Expand my Community achievements bar.

Creating icon to put on field for hover text

Avatar

Former Community Member

on certain fields i would like to have a small button somewhere that allows  users to click and get text on how to fill in the field they are on. ideally little question mark next to the text field or text box. If it popped up when they hovered over it that would be great.

1 Reply

Avatar

Former Community Member

You can enter text into the tooltip field on the accessibility palette and when th euser hovers over the field that text will pop up. This isi good is you have a small amount of text. For something bigger you can put a button beside the field witha  question mark on it. When th euser clicks this button you could put up a message that woudl have the extra help for tha field. The command to bring up a message is xfa.host.messageBox("Enter your message here")

Paul