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

Fillable forms

New Here ,
Jun 15, 2016 Jun 15, 2016

Let me first state that I'm new to Acrobat DC.  I'm trying to create a fillable form that can be used either electronically or printed and handwritten.  When I print the form it shows a + next to the underscore.  For example:

Start Date: _________+    Why am I getting this + sign?  I also cannot get an underscore under Signature.

Any help would be appreciated!


Thanks,

Shelli

TOPICS
Acrobat SDK and JavaScript , Windows
310
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 ,
Jun 15, 2016 Jun 15, 2016

The plus sign means that there's more text in the field than can be displayed on the screen. Delete some of the underscores and it should disappear.

However, it's not a good idea to add these underscores to the field. If you want to have a line then you should add it as a static graphic, and then add the text field on top of 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
New Here ,
Jun 16, 2016 Jun 16, 2016

Thank you for that.  Why isn't it a good idea to put underscores in the field?  I'm not sure what static graphic is? 

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 ,
Jun 16, 2016 Jun 16, 2016
LATEST

The form field is smaller than the area needed to display the result. You need to make the form field larger or the font size smaller.

Do not use any under score as the field default as they will be treated as a field value because they are the field value. This could also cause you issues in other fields that use the value of this field.

Instead make the border for the field an underscore.

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