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

Selection from multiple option in a text field

New Here ,
May 05, 2017 May 05, 2017

I am creating a form where the user can select from a list inside a textbox.

Because I know very klittle of Javascript i have reched a dead point, and I hope to find a solution.

What I am trying to do is this: when the user clicks inside a textbox a list of words pops up, ex.:

Alfa

Bravo

Charlie

Delta

Each time the user clicks in the textbox the list pops up and the user selects one word.

Let's say that the user selects first Delta, then clicks again and selects Alfa, I want the textbox to show this:

Delta, Alfa.

How do i do it?

TOPICS
Acrobat SDK and JavaScript
249
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 06, 2017 May 06, 2017

Can you post the code you've used so far for this?

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 06, 2017 May 06, 2017
LATEST

Well, that is the problem. My knowledge of Javascript is very limited, close to zero.

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