How to render a category list? 179 Postscarin 10 years ago2TopicHi. In a custom plugin I need to render a category list but this does not work:echo JCckDev::renderForm( 'category', '', $config );What need to go in there instead of 'category'?cheers 756 PostsOctopoos - Lioneladministrator 10 years ago1Level 1 Hi carin, in which view are you? and what exactly do you want to display? Regards. Lionel 179 Postscarin 10 years ago0Level 2Hi, this plugin should work in every view. The plugin is used for restriction. I want to display a list of all categories in a dropdown so the admin can choose the category a field is restricted to, just like it works with languages.