Title: Adding additional registration form field
Last modified: August 21, 2016

---

# Adding additional registration form field

 *  [cleaus](https://wordpress.org/support/users/cleaus/)
 * (@cleaus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-additional-registration-form-field/)
 * How do you change the registration fields on the form? I would like to add first
   name, last name and mobile phone. Could you tell me the code please and where
   i should input it?
 * Thank you 🙂
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

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

 *  [jkhongusc](https://wordpress.org/support/users/jkhongusc/)
 * (@jkhongusc)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-additional-registration-form-field/#post-4624676)
 * [http://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/](http://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/)
 *  Thread Starter [cleaus](https://wordpress.org/support/users/cleaus/)
 * (@cleaus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/adding-additional-registration-form-field/#post-4624686)
 * Hi, thanks for the link.
 * I followed your instruction, but still cannot see the new fields.
 * I added the new fields:
 * <p>
    <label for=”first_name<?php $template->the_instance(); ?>”><?php _e( ‘First
   name’, ‘theme-my-login’ ) ?></label> <input type=”text” name=”first_name” id=”
   first_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template-
   >the_posted_value( ‘first_name’ ); ?>” size=”20″ tabindex=”20″ /> </p> <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>
 * to: /wp-content/plugins/theme-my-login/templates/register-form.php
 * I then uploaded: theme-my-login-custom.php
 * to: /wp-content/plugins
 * But that kept putting all the code at the top of the dashboard area and did not
   add the form fields.
 * I then tried to put it into: /wp-content/plugins/theme-my-login
 * but still it is not showing up the new fields.
 * Not sure what i did wrong?
 * Thanks again for your help! 🙂

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

The topic ‘Adding additional registration form field’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [cleaus](https://wordpress.org/support/users/cleaus/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/adding-additional-registration-form-field/#post-4624686)
 * Status: not resolved