I have a taxonomy list with three levels parent > child > child.

Is it possible to get Hierarchical Select to force the second level to be mandatory?

In my situation, first and second levels are mandatory and the third is optional. So using either of the OOTB options (Force the user to choose a term from a deepest level and Allow the user to choose a term from any level) doesn't quite work...

This is an awesome module btw - was searching around for this for DAYS!

Comments

millenniumtree’s picture

Similarly, I need the user to select from at least the root level, but the second level is optional.

Kars-T’s picture

Component: Code - Taxonomy » Miscellaneous
Category: support » feature

Changing this to feature request. Will look later if it's a duplicate.

satvision83’s picture

Issue summary: View changes

Any news for this feature?
I'm using the latest version of HS Drupal 7, but it still doesn't have this feature.
I've tried editing the form with hook_form_alter and adding #required to the level_labels, but it didn't work.