Skip to main content
stephanief92701060
Participant
March 5, 2019
Question

Combobox - multiline options (Acrobat Pro DC)

  • March 5, 2019
  • 1 reply
  • 2250 views

Good morning. I’m hoping someone can help? I am trying to create a form with a dropdown field with multiline (paragraph) item options in Acrobat Pro DC. Is there any easy way to do this?

This topic has been closed for replies.

1 reply

Thom Parker
Community Expert
Community Expert
March 5, 2019

Yes, but it's not easy. Multi-line item entries have to be set from a script.

You can read about scripting for lists (dropdowns and lists are the same) here:

https://www.pdfscripting.com/public/List-Field-Usage-and-Handling.cfm

https://acrobatusers.com/tutorials/list_and_combo_in_lc

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
March 5, 2019

As mentioned, this can be achieved with a script, but it's an undocumented feature and it tends to be buggy. I would recommend against doing it.