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

Help with multiple lines of text in a text field

New Here ,
Mar 21, 2025 Mar 21, 2025

Trying to figure out how to get a user's multiple line response to fit on two lines that are uneven.

The form looks like this:

          If yes, please explain:______________________________________

          _______________________________________________________

 

Do I use more than one text field or one that allows for multiple lines? I have tried so many variations and can't get it. Is this something Acrobat can't do?

Thank you!

TOPICS
PDF forms
988
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
2 ACCEPTED SOLUTIONS
Community Expert ,
Mar 21, 2025 Mar 21, 2025

Use two text fields, let's name them "Text1" and "Text2".

Put "Text1" on upper line and "Text2" on lower line, adjust their width.

Now go to "Text1" field properties under 'Options' tab uncheck'Scroll long text', now go to 'Format' tab and select 'Custom' then as 'Custom Keystroke script' enter this:

if(event.fieldFull)
this.getField("Text2").setFocus();

When user reach the end of the "Text1" it will automatically switch to "Text2" field and continue writing.

View solution in original post

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

If you're using the New interface, click the 3 dots to the right of Prepare Form and select Remove e-signing options.

PDFAutomationStation_0-1742573264459.png

 

View solution in original post

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

You either need two text fields, or one multiline field with the left side to the right of explain:  It will not use the the second line to the left of the left side and you will have to experiment with text size and field placement so the text goes above the lines.  Not an ideal situaltion.  You could also remove the lines and have multline text field underneath "If yes, please explain:"

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

Use two text fields, let's name them "Text1" and "Text2".

Put "Text1" on upper line and "Text2" on lower line, adjust their width.

Now go to "Text1" field properties under 'Options' tab uncheck'Scroll long text', now go to 'Format' tab and select 'Custom' then as 'Custom Keystroke script' enter this:

if(event.fieldFull)
this.getField("Text2").setFocus();

When user reach the end of the "Text1" it will automatically switch to "Text2" field and continue writing.

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 ,
Mar 21, 2025 Mar 21, 2025
Ooooooh that is exactly what I want to do! I will try that! Thank you!

Tracy LeBlanc
Support Operations Supervisor

Spaulding Outpatient Center for Children

1 Maguire Rd

Lexington, MA 02421

tlleblanc@mgb.org
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline <> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.
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 ,
Mar 21, 2025 Mar 21, 2025

Where do I find the format tab?

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

Removed byauthor.

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 ,
Mar 21, 2025 Mar 21, 2025

I only see General, Appearance, Position, Options. 😞

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

In the field panel, select More > Revert To Acrobat 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 ,
Mar 21, 2025 Mar 21, 2025
I'm sorry, what field panel?
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Mass General Brigham Compliance HelpLine at https://www.massgeneralbrigham.org/complianceline <> .
Please note that this e-mail is not secure (encrypted). If you do not wish to continue communication over unencrypted e-mail, please notify the sender of this message immediately. Continuing to send or respond to e-mail after receiving this message means you understand and accept this risk and wish to continue to communicate over unencrypted e-mail.
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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

PDFAutomationStation_0-1742573014583.png

 

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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

If you're using the New interface, click the 3 dots to the right of Prepare Form and select Remove e-signing options.

PDFAutomationStation_0-1742573264459.png

 

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 ,
Mar 21, 2025 Mar 21, 2025
LATEST

Thank you all! 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
Community Expert ,
Mar 21, 2025 Mar 21, 2025

In Prepare Form mode, right-click the field and select Properties.

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