Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Seeing all text at once from a scrolling form field.

New Here ,
Sep 19, 2016 Sep 19, 2016

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.

TOPICS
Acrobat SDK and JavaScript , Windows
754
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Sep 19, 2016 Sep 19, 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.

Translate
LEGEND ,
Sep 19, 2016 Sep 19, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 19, 2016 Sep 19, 2016

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 19, 2016 Sep 19, 2016

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

How did you prepare the form?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 19, 2016 Sep 19, 2016

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 19, 2016 Sep 19, 2016

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2016 Sep 20, 2016
LATEST

I am using Adobe Acrobat. However, someone else has answered my question. Thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 19, 2016 Sep 19, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 20, 2016 Sep 20, 2016

Thank you! It worked!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines