Skip to main content
LoganWood
Participating Frequently
March 25, 2025
Answered

Any way to add comments inside fillable text field?

  • March 25, 2025
  • 1 reply
  • 290 views

Hello!

 

This is a dumb question, but I could not find an answer anywhere or figure it out myself... I am using Acrobat Pro and am the creator of the document. I send it out, have people fill out the text fields, and send it back for my review. I am attempting to open the text fields, highlight text, and attach a comment to specific lines/sentences to provide feedback. However, once I click the comment tool, it deselects the text field and only permits selection of text outside fillable fields. Is there any way around this?

 

I appreciate any help! Thanks!

Correct answer PDF Automation Station

The highlighting tool is for static text, not form field text.  You could flatten the document if you no longer need the interactive form fields (it will convert the values to static text):

this.flattenPages();

1 reply

PDF Automation Station
Community Expert
Community Expert
March 25, 2025

The highlighting tool is for static text, not form field text.  You could flatten the document if you no longer need the interactive form fields (it will convert the values to static text):

this.flattenPages();

LoganWood
LoganWoodAuthor
Participating Frequently
March 26, 2025
  • Dang. A bit inconvenient but that's what I'll have to do. Thanks for the information!