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

How to select multiple items on fillable dropdown menu

New Here ,
Aug 03, 2018 Aug 03, 2018

Copy link to clipboard

Copied

Hi everyone,

Would anybody know how to set up your Dropdown List to enable user select more than one items from it?Multi Dropdown.png

Or it is an impossible task to accomplish?


Thank you in advance!

TOPICS
PDF forms

Views

11.2K

Translate

Translate

Report

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 , Aug 03, 2018 Aug 03, 2018

A dropdown cannot be multiselect because of how it works.  However, a listbox can be multiselect. You could use a list box and text field create your own control that looks (sort of) like a multiselect dropdown. But you need to figure out how the list is opened and closed (shown/hidden).

Votes

Translate

Translate
Community Expert ,
Aug 03, 2018 Aug 03, 2018

Copy link to clipboard

Copied

A dropdown cannot be multiselect because of how it works.  However, a listbox can be multiselect. You could use a list box and text field create your own control that looks (sort of) like a multiselect dropdown. But you need to figure out how the list is opened and closed (shown/hidden).

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

Votes

Translate

Translate

Report

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 ,
Aug 07, 2018 Aug 07, 2018

Copy link to clipboard

Copied

LATEST

Thank you for your reply, Thom. I really appreciate it!

Votes

Translate

Translate

Report

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