Dropdown list that narrows down based on previous dropdown selection
Is there a way we can incorporate a selection matrix in a dropdown list?
Example;
A vehicle request form where the selection of vehicles is dependent on the use and location (i.e Pool Vehicle, Commercial Use, Business Use and whether the car will be located in Metro, Regional or Remote). These dependents are not related, they are purely selections that narrows down the type of vehicles in the final dropdown.
Thank you.
Comments
Hi Tamara,
Filtering Dropdowns is in our backlog and should be released by the end of Q2.
Until then you have 2 options:
1. implement a workaround via the form logic and show custom error when user makes a wrong selection.
2. Don't use a lookup field to select a car, use a textbox with autocomplete instead. You will be able to provide a custom select query. Here is the example how to use autocomplete https://sintelforms.com/complex-forms-query-user-profiles-use-autocomplete-and-programmatically-insert-related-items/
Kind regards
Michal
Regards
Michal
Hi Tamara, the feature already exists, its called cascase dropdowns
https://sintelforms.com/help/configure-a-cascading-drop-down/
Hi Grzegorz, I tried that, however it works for related selections. I have two completely unrelated list selections that determine a third list selection.
Please sign in to leave a comment.