Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Creating icon to put on field for hover text

Avatar

Level 2

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

Level 10

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