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.
-
Sorry, but I do not understand exactly what you’re asking for.
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 youHey 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!
nevermind, I figured it out
The topic ‘Adding drop down menu’ is closed to new replies.