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

On forms we send out and receive back, the data in the form fields will not print. We can view the data, but the fields print blank. How do I fix this?

New Here ,
May 25, 2016 May 25, 2016

On forms we send out and receive back, the data in the form fields will not print.  We can view the data, but the fields print blank.  How do I fix this?

TOPICS
Acrobat SDK and JavaScript
979
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

Community Expert , May 25, 2016 May 25, 2016

OK, that's different. These text boxes are (at least from a technical point of view) not considered form data, they are annotations (or markup). On your print dialog, you will see a "Comments & Form" group. Make sure that the first control is set to "Document and Markups":

2016-05-25_14-47-45.png

After this change, you should see the markup on your prints.

Translate
Community Expert ,
May 25, 2016 May 25, 2016

Is this a form you created? If so, chances are that the fields are set to "visible, but does not print. You can fix that by going into the field properties for one field, then go to the "General" tab and look for the "Form Field" property:

2016-05-25_14-35-22.png

This must be set to "Visible" to both show up on the screen and also print.

If this is not the problem, we need a bit more information about 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 ,
May 25, 2016 May 25, 2016

Karl, thanks for the reply.  I apologize for not being more clear.  Most of the time, we are having this problem with people who insert their own text boxes (I assume they are text boxes) onto the form.  The information in those boxes does not print.

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 ,
May 25, 2016 May 25, 2016

OK, that's different. These text boxes are (at least from a technical point of view) not considered form data, they are annotations (or markup). On your print dialog, you will see a "Comments & Form" group. Make sure that the first control is set to "Document and Markups":

2016-05-25_14-47-45.png

After this change, you should see the markup on your prints.

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 ,
May 25, 2016 May 25, 2016
LATEST

Thank you!  That 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