Dynamic Dropdown menu

Custom field ::: customfield_dynamic
Maintained by Sooraj Singh
This plugin is Course custom field Plugin and provides a new dynamic select/multi-select type custom field that takes input as SQL query and makes the select field based on the output of SQL query.
Latest release:
122 sites
45 downloads
10 fans
Current versions available: 1

This is a Course custom field Plugin that basically provides a way to add a dynamic select/multi-select custom field to store information related to the course which takes input as SQL query and makes the select field based on the output of SQL query.

Installation

Intall this plugin directly from UI. Site Administration => Plugin => install plugin 

OR copy the folder to your-moodle/customfield/field/

Use

    1) Add Dynamic Dropdown Menu field in Course customField
    2) In the SQL query field, enter the SQL statement with two select field id and data
        For Eg: select id, data from table_name
    3) Check the "Enable auto-complete mode" option if required.
    4) Check the "Enable Multi-select" option if required.
    5) For Multi-select, the default value can have multiple values in comma-separated format
	otherwise enter a single value.
    6) Now add / edit a course and select the option from dropdown menu

Screenshots

Screenshot #0
Screenshot #1
Screenshot #2
Screenshot #3
Screenshot #4
Screenshot #5

Contributors

Sooraj Singh (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Vis kommentarer
  • Plugins bot
    fre., 30 okt. 2020, 02:30
    Approval issue created: CONTRIB-8285
  • Jack Eapen
    tir., 8 des. 2020, 15:13
    Hi, is this for user profile field OR course field? where to copy the files?
  • Sooraj Singh
    ons., 9 des. 2020, 23:57
    This is a Course custom field Plugin
  • Edukacija.net mentor
    ons., 18 mai 2022, 18:40
    Hi!

    This plugin is great, but we experience an issue with copying a course (try /backup/copy.php - this is a copy feature on the Course and category management page), when there is a dynamic custom field added. There is an error 'Failed to load course'. When we remove all dynamic custom field, copy works fine.

    Can you check and comment on the possible solution?

    Thanks!
  • Karel Janssen
    tor., 14 sep. 2023, 17:33
    Hi! I wanted to add an extra field to courses to contain the physical location of the course, this plugin is just perfect for it. However, it does seem to break the app. Invalidresponse error, expected scalar and got an array of object. Are there any plans to continue support on this plugin?
Please login to post comments