This topic is locked

Mutually exclusive search parameters

11/28/2020 12:05:32 PM
PHPRunner General questions
K
keithh0427 author

Hello all.
I have a need to offer a search with mutually exclusive search parameters on the Search Panel.
For example: I have four fields (geoRegion, geoDistrict, legacyRegion, legacyDistrict)

If someone selects from the GeoRegion dropdown, I would like to disable or hide the legacyRegion and legacyDistrict.

Or, if someone selects from the legacyRegion, I would like to disable or hide the GeoRegion.
Is this possible? I have searched the manual and forums, but can't find anything on how to do this.
Keith