Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
If I understand correctly you only want to allow them to select a value and not input a custom one? That's supported out of the box. Within the Auto Complete integrations parameter tab in your field set "Strict Selection" to "Enable".So this is what I need, but:
- the user has to pick the name out of a list of over 200 names, cannot type in a field with autocomplete
- I have to set the height of the field list in which the names are shown, this height is also shown in search of list and needs too much place there (best would be here to have one line with autocomplete)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's working exactly as it should. Value does not translate. Label does. Ultimately it's just a text field. So once the option is selected value is added to the text field for storage on save. The only difference between doing this and use typing it themselves is the autocomplete filled it in for them. Beyond that the field will behave exactly as a normal text field would and we do not apply translations to user supplied content.1) text field with query plugin
Force the field to be a CB Select, which has a filtering feature. You can do this using CB Auto Actions as follows.BUT: here is no autocomplete possible and the user has to look by scrolling in a list with over 200 entries, and the list have to be 10 lines high to see soemthing
Please Log in or Create an account to join the conversation.