Hi All,
I'm not sure if this is possible but it's worth the ask. Is it possible to create logic on a request form that limits the potential options of a follow question on a form when a previous field on a form has been selected?
Case in point, I have a field that the requestor selects from a drop-down menu that displays all of our active Portfolios (not a typeahead, but a custom field that is associated with each portfolio, with the portfolio name and abbreviation). The following question is a typeahead field that will display active programs when the requestor begins to enter the name. As you can imagine this is ripe for user errors. I wanted to know if it's possible to limit the number of active programs displayed based on the selection of the previous custom field?
As always, any help is greatly appreciated.
Solved! Go to Solution.
I've worked on a similar use case before, and the way we approached it (right or wrong) was to have a type-ahead field for each portfolio's programs, and only show the typeahead required based on their portfolio selection. Unfortunately, you can't dynamically filter the typeahead based on another selection, so this is what we ended up doing.
Views
Replies
Total Likes
I've worked on a similar use case before, and the way we approached it (right or wrong) was to have a type-ahead field for each portfolio's programs, and only show the typeahead required based on their portfolio selection. Unfortunately, you can't dynamically filter the typeahead based on another selection, so this is what we ended up doing.
Views
Replies
Total Likes
how were you able to limit the number of programs popping up just to that particular portfolio?
Views
Replies
Total Likes