Title: Adding drop down menu
Last modified: May 30, 2017

---

# Adding drop down menu

 *  Resolved [Marinda333](https://wordpress.org/support/users/marinda333/)
 * (@marinda333)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/)
 * Hi, I am using TML with LearnDash, where users log in to course material. My 
   courses are for company staff. I would like to add a drop down menu with job 
   titles such as ‘manager’, assistant manager, etc.
    Please help with the coding
   and ‘HOW TO”, to make this work? Thank you very much.

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9194437)
 * Sorry, but I do not understand exactly what you’re asking for.
 *  Thread Starter [Marinda333](https://wordpress.org/support/users/marinda333/)
 * (@marinda333)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9194672)
 * Hi Jeff.
    On the TML registration page. The person enters: Name, surname, email
   address and password. I would like to add another option of a dropdown menu giving
   job title options for example: store personnel, store manager, area manager. 
   etc.
 * I am runnning TML with Learndash and need to keep track of what personnel has
   done which courses. The best way of sifting the names would be through job title.
   
   Thank you
 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9218214)
 * [http://docs.thememylogin.com/adding-extra-registration-fields/](http://docs.thememylogin.com/adding-extra-registration-fields/)
 *  [piterat](https://wordpress.org/support/users/piterat/)
 * (@piterat)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9297115)
 * Hey Jeff, I am having the same issue as above. I have referenced your link which
   is GREAT for input text form values, but I dont understand how to input the type,
   name, id, value and size into the dropdown code. An example would really help.
   Please reference my code for a dropdown following the code you wrote:
    <p> <label
   for=”last_name<?php $template->the_instance(); ?>”><?php _e( ‘Last name’, ‘theme-
   my-login’ ) ?></label> <input type=”text” name=”last_name” id=”last_name<?php
   $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value(‘
   last_name’ ); ?>” size=”20″ tabindex=”20″ /> </p> <select name=”country” class
   =”countries” id=”countryId”> <option value=””>Select Country</option> </select
   >
 * I would really appreciate any assistance you could provide!
 *  [piterat](https://wordpress.org/support/users/piterat/)
 * (@piterat)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9297293)
 * nevermind, I figured it out

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

The topic ‘Adding drop down menu’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

## Tags

 * [drop down menu](https://wordpress.org/support/topic-tag/drop-down-menu/)

 * 5 replies
 * 3 participants
 * Last reply from: [piterat](https://wordpress.org/support/users/piterat/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/adding-drop-down-menu/#post-9297293)
 * Status: resolved