Hierarchical Select (http://drupal.org/project/hierarchical_select) makes dealing with the taxonomy I use for my section assignments much easier. Especially since I have over 100 sections. Is there a way we could set the WA form to use that widget?

Comments

agentrickard’s picture

Probably the best way is by fixing #1187424: Default taxonomy form support.

Otherwise, it's a question of which module needs to implement the support.

dwkitchen’s picture

This would be great, the select box is small and not so user friendly if users need to select two options.

amateescu’s picture

Status: Active » Closed (duplicate)

The patch from #1187424-22: Default taxonomy form support has been tested with Hierarchical Select 7.x-2.x-alpha5 and the integration works as expected. Marking this issue as a duplicate.

amateescu’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Status: Closed (duplicate) » Active

Hrm, scratch that. The patch integrates with HS in the way that selected terms changes WB Access sections.

What remains to be done for full integration is to restrict terms available in the HS widget.

agentrickard’s picture

That sounds like a small helper module to me, not a feature of the main module.

I am personally hesitant to code in support for specific contributed modules.