Use an AT Vocabulary Manager Vocabulary in a Selection Field
This How-to applies to: Any version.
You may use a simple vocabulary from AT Vocabulary Manager to populate the options of a selection or multiple-selection form field.
This one's simple. In the Options Vocabulary field on the selection form field's [override] panel, just use something like:
substituting your vocabulary's name for "testVocabulary".python:here.portal_vocabularies.getVocabularyByName('testVocabulary').getVocabularyLines()
This recipe assumes you've installed AT Vocabulary Manager and created a simple or sorted-simple vocabulary. You'll also need to have the rights to edit TALES fields.


enforceVocabulary=False