Skip to main content
Participating Frequently
September 19, 2016
Answered

Seeing all text at once from a scrolling form field.

  • September 19, 2016
  • 2 replies
  • 831 views

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.

This topic has been closed for replies.
Correct answer George_Johnson

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.

2 replies

George_JohnsonCorrect answer
Inspiring
September 20, 2016

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.

Participating Frequently
September 20, 2016

Thank you! It worked!

Inspiring
September 19, 2016

You can set the font size to "Auto" or make the field larger.

Participating Frequently
September 19, 2016

I unfortunately do not have that option. They have to be scrolling text.

Inspiring
September 20, 2016

If you cteated the form using Acrobat and the tool "Prepare form" , you should have yhe optiom.

How did you prepare the form?