Title: dropdown option issues
Last modified: December 8, 2018

---

# dropdown option issues

 *  Resolved [wpdia](https://wordpress.org/support/users/wpdia/)
 * (@wpdia)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/dropdown-option-issues/)
 * I have created 2 dropdowns A and B dropdown
 * A dropdown data :
    1 2 3 4
 * B dropdown data:
    A1 A2 A3 A4
 * The B dropdown shows A1 only automatically if i selected A dropdown 1.
    The B
   dropdown shows A2 only automatically if i selected A dropdown 2. The B dropdown
   shows A3 only automatically if i selected A dropdown 3.
 * How do I implement this feature?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/dropdown-option-issues/#post-10961812)
 * Hello [@wpdia](https://wordpress.org/support/users/wpdia/),
 * What version of the plugin are you using?
 * With the Developer and Platinum versions of the plugin it is very simple to implement.
   You simply should use DropDown DS fields, and a CSV file with two columns: the
   elements in the DropDow A in the first column, and the corresponding elements
   for the DropDown B as the second column, and use the DropDown A for filtering
   the items in the DropDown B.
 * If you are using the Free or Professional versions of the plugin, you should 
   to insert a DropDown field for every choice in the DropDown A, and define dependencies
   between the choices in the DropDown A and their corresponding DropDown fields.
 * A different solution would require of additional code to generate the DropDown
   fields programmatically.
 * Best regards.
 *  Thread Starter [wpdia](https://wordpress.org/support/users/wpdia/)
 * (@wpdia)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/dropdown-option-issues/#post-10962132)
 * Resolved .Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘dropdown option issues’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpdia](https://wordpress.org/support/users/wpdia/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/dropdown-option-issues/#post-10962132)
 * Status: resolved