Skip to main content
Participant
May 5, 2017
Question

Selection from multiple option in a text field

  • May 5, 2017
  • 1 reply
  • 279 views

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?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 6, 2017

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

Vny78Author
Participant
May 6, 2017

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