Title: Populate multiple dropdowns
Last modified: August 30, 2016

---

# Populate multiple dropdowns

 *  [plugza](https://wordpress.org/support/users/plugza/)
 * (@plugza)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/populate-multiple-dropdowns/)
 * It’s a bit complicated here. But I’m in real trouble right now.
 * Let me explain
    I want 3 dropdowns populate by order. unless the first it will
   be disabled. – product year (product custom taxonomy) x product brand (product
   custom taxonomy) x product title (product custom post type)
 * * x means disabled at start.
 * Select the first one will enable the second one and populate taxonomy of product
   that have slug from the first taxonomy.
 * Then select the second one will enable the third one and populate products’ title.(
   this stage means you will get a product that have two taxonomies related)
 * Then select the third one will get product value inside “in the same page”
 * I just want some keywords from the third one’s contents to do something next.
 * How can I accomplish this?
    Any help would be much appreciated

Viewing 1 replies (of 1 total)

 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/populate-multiple-dropdowns/#post-6372344)
 * It may be obvious, but this will happen in javascript.
    Maybe you will be able
   to include enough data in the javascript code loaded into the page, using functions
   fired by changes to dropdown selections to reload the contents of the subsequent
   dropdowns. Otherwise if the data is too big to load all upfont, the change to
   the dropdown selection will again fire a javascript function, which will send
   an AJAX query to the webserver which will respond with the list to be loaded 
   into the next dropdown, the javascript will of course then load this response
   into the browser’s dropdown control..

Viewing 1 replies (of 1 total)

The topic ‘Populate multiple dropdowns’ is closed to new replies.

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [filtering](https://wordpress.org/support/topic-tag/filtering/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 1 reply
 * 2 participants
 * Last reply from: [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/populate-multiple-dropdowns/#post-6372344)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
