Copy link to clipboard
Copied
Is this possible? I have created a form field that allows scrolling text. Is it possible for someone to hover their mouse over that form field and something like a box would pop showing all of the text they typed? This way, they wouldn't have to scroll through the field to read what they typed.
Try adding the following custom Validate script to the text field:
// Custom validate script for a text field
event.target.userName = event.value;
This sets the tooltip text to the field value.
Copy link to clipboard
Copied
You can set the font size to "Auto" or make the field larger.
Copy link to clipboard
Copied
I unfortunately do not have that option. They have to be scrolling text.
Copy link to clipboard
Copied
If you cteated the form using Acrobat and the tool "Prepare form" , you should have yhe optiom.
How did you prepare the form?
Copy link to clipboard
Copied
I do not have that option because this is how my work wants the form to be set up. Are you able to answer my original question? I just need to know if that's possible. I am aware of the alternatives. Thank you for your assistance. I appreciate it.
Copy link to clipboard
Copied
Again, how did you creat thr form?
Did you use LiveCycle?
Did you Fill snd Sign?
Some other program? Please provide the name of the program or service
I cannot see your form nor do I know your employer's requirements.
Copy link to clipboard
Copied
I am using Adobe Acrobat. However, someone else has answered my question. Thank you!
Copy link to clipboard
Copied
Try adding the following custom Validate script to the text field:
// Custom validate script for a text field
event.target.userName = event.value;
This sets the tooltip text to the field value.
Copy link to clipboard
Copied
Thank you! It worked!
Find more inspiration, events, and resources on the new Adobe Community
Explore Now