I know Cred is changing right now, so I might need an answer that works on the current version and another for the new version – but I do need this working now, so…
- On a cred for a user can choose from a heirarchal taxonomy.
- But I don't want them to be able to choose the parents (See them, yes, but not choose).
Similar to this concept that was used in the admin section:
http://wordpress.stackexchange.com/questions/98274/make-parent-category-not-selectable-when-it-has-child-categories
So with Java how can we grey out or somehow get rid of/disable the checkboxes on the parents but still allow a user to select children of a taxonomy?
THANKS!