Skip to main content
Inspiring
January 28, 2021
Answered

Dropdown list - allow selection of item ; block editing

  • January 28, 2021
  • 2 replies
  • 601 views

Hello,

 

For a dropdown list - it's possible to allow the selection of an item from the list but block writing/editing?

 

Thank you.

This topic has been closed for replies.
Correct answer try67

The user will only be able to edit the value if you allow them to do so, by ticking the "Allow user to enter custom text" box under the field's Properties. If you don't do that they will only be able to select one of the pre-defined items.

And no, only clicking the arrow will open the drop-down list.

Alternatively, you can use a button field that opens a pop-up menu, using a script.

2 replies

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 28, 2021

The user will only be able to edit the value if you allow them to do so, by ticking the "Allow user to enter custom text" box under the field's Properties. If you don't do that they will only be able to select one of the pre-defined items.

And no, only clicking the arrow will open the drop-down list.

Alternatively, you can use a button field that opens a pop-up menu, using a script.

oanassAuthor
Inspiring
January 28, 2021

The idea is to be able to open the dropdown list by selecting anywhere in the field - not only on the down arrow zone.