Hey there,
I’m trying to use FormHelper to build an edit-in-place type form (as seen in the EE wiki), and everything’s working well, except for my category multi-select box.
I see in the docs that it doesn’t support the hierarchical category structure, but should it be able to display categories from multiple groups? I have 2 cat groups assigned to this weblog. I’ve removed parent_id="0" from the form helper call, but still only showing the results for one category group…
Any ideas? Tx.
