Skip to main content
Participant
September 30, 2020
Answered

Creating a Dropdown List with a text field behind

  • September 30, 2020
  • 1 reply
  • 919 views

I have little knowledge on Java Script, but what I am trying to do is have a dropdown list with salesman names and also a "type in" option if the name is not listed. I was thinking that I could have this drop down list with a text field behind it and then run a script to whenever the "type in" is selected in the drop down, it disables the dropdown and the text field appears. Is this possible or is there a different way to do this?

This topic has been closed for replies.
Correct answer George_Johnson

A dropdown can be set up to allow the user to enter text as well. You'll see the option on the Options tab of the dropdown properties dialog ("Allow user to enter custom text").

1 reply

George_JohnsonCorrect answer
Inspiring
September 30, 2020

A dropdown can be set up to allow the user to enter text as well. You'll see the option on the Options tab of the dropdown properties dialog ("Allow user to enter custom text").

Tyler5C89Author
Participant
September 30, 2020

Maybe I should use my eyes next time.. Thank you. Didn't see that.