• Resolved Kai

    (@kaichi)


    Hello, I think that this plugin is useful for my goal: Dropdown populated dynamically from mysql

    However I don’t know how to use it, I have to select dynamic-dropdown, then custom..

    it creates a filter to add it in functions.php..

    what I have to write inside this filter to link it to the table of my mysql database?

    Maybe it’s this the string to customize:
    $data = … //fetch your data, either from the database or some other source.

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    However I don’t know how to use it, I have to select dynamic-dropdown, then custom..

    yes that’s correct.

    what I have to write inside this filter to link it to the table of my mysql database?

    Maybe it’s this the string to customize:
    $data = … //fetch your data, either from the database or some other source.

    indeed, you need to fetch your data from your DB, however this is beyond the scope of support provided in this forum. You need to read up about the WordPress custom $wpdb query construct.

    This is quite advanced coding, so if you have not experience in coding, I recommend that you hire a developer to do this. However, if you are keen on learning you need to follow some db tutorials. Here is an introduction.

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown populated dynamically from mysql’ is closed to new replies.