Users/Cohorts list in form

Re: Users/Cohorts list in form

by Dorel Manolescu -
Number of replies: 0
Picture of Plugin developers

Hi

For users list : I don t think is a good idea to have a drop-down with all the users in your form as it will cause performance issues to the limit of the page not being responsive. 

I suggest you to use the 'user filter' moodle component mixed with your other form items. (see screen-shot of user filter from ../admin/user.php ). Search the code for:  $ufiltering = new user_filtering('', '', array()); to see how you can use it.

Also this is a great resource on how to use forms: https://docs.moodle.org/dev/Form_API

Let us know!

Regards


Attachment filtering.png