Skip to:
Content
Pages
Categories
Search
Top
Bottom

Age drop down menu for register form pop up


  • 2tyerd
    Participant

    @2tyerd

    Hi

    So below is a bit of the code right now for the sign up pop-up on the first page of my site http://www.wingmebro.com. Top right corner.

    Its for the username, email, password and email.

    <div class="six columns">
            <input type="text" id="reg-username" name="signup_username" class="inputbox" required placeholder="<?php _e("Username", 'kleo_framework');?>">
          </div>
          <div class="twelve columns">
            <input type="text" id="reg-email" name="signup_email" class="inputbox" required placeholder="<?php _e("Your email", 'kleo_framework');?>">
          </div>
          <div class="six columns">
            <input type="password" id="reg-password" name="signup_password" class="inputbox" required placeholder="<?php _e("Desired password", 'kleo_framework');?>">
          </div>
          <div class="six columns">
            <input type="password" id="confirm_password" name="signup_password_confirm" class="inputbox" required placeholder="<?php _e("Confirm password", 'kleo_framework');?>">
          </div>

    Within this same register popup i want to include a drop down menu where users must select their age (must be between 18-99).

    How can I implement this?

    Thanks

    Regards

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar