Code for dropdown menu for buddypress register form
-
So I need help creating a dropdown menu for my register button on my buddypress site.
The dropdown menu will be for age but only 18+ users only. What I have is below.
So I want the dropdown to include numbers 18 all the way to 99.
Code I have so far
<div class="dropdown"> <button onclick="myFunction()" class=”dropbtn”>Dropdown</button> <div id=”Age” class =dropdown-content”> //Something goes here I think? </div> </div>
Is this the correct way about doing this?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Code for dropdown menu for buddypress register form’ is closed to new replies.