Title: HOWTO: Adding extra custom fields to wp-register.php
Last modified: August 18, 2016

---

# HOWTO: Adding extra custom fields to wp-register.php

 *  [halfbloodprince](https://wordpress.org/support/users/halfbloodprince/)
 * (@halfbloodprince)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/howto-adding-extra-custom-fields-to-wp-registerphp/)
 * Hey, people.
 * Could anyone enlighten me as to how one should go about adding extra fields to
   the WordPress registration form? Is there a way to do this, using a plugin or
   otherwise?
 * For example, the default wp-register.php page lets users register by selecting
   a Username and entering their e-mail address. If I wanted to add two more fields(
   say, Name and Age), how should I go about doing that?
 * Thank you for your time 🙂 I’d be really grateful for any help regarding this.

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

 *  [dbasulto](https://wordpress.org/support/users/dbasulto/)
 * (@dbasulto)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/howto-adding-extra-custom-fields-to-wp-registerphp/#post-455175)
 * take a look at wp-register.php
    see how it adds the user data to the db tables.
   if you’re skilled enough, you can add fields and put them on wp_meta table. you
   can even change it to use a user defined password.
 *  Thread Starter [halfbloodprince](https://wordpress.org/support/users/halfbloodprince/)
 * (@halfbloodprince)
 * [19 years, 8 months ago](https://wordpress.org/support/topic/howto-adding-extra-custom-fields-to-wp-registerphp/#post-455178)
 * dbasulto: Thanks for your prompt reply. I have a couple of questions. Can I just
   add the extra fields using phpmyadmin? And do I need to edit any table apart 
   from wp_users_meta?
 *  [andreacimatti](https://wordpress.org/support/users/andreacimatti/)
 * (@andreacimatti)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/howto-adding-extra-custom-fields-to-wp-registerphp/#post-455615)
 * to add user data to your registration pages or to your user profile pages you
   can try the [**cimy extra fields plugin**](http://www.cimatti.it/blog/2006/12/19/wordpress-user-extra-fields-en/).
   It’s all ready to go all you need is follow the instructions.

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

The topic ‘HOWTO: Adding extra custom fields to wp-register.php’ is closed to new
replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [andreacimatti](https://wordpress.org/support/users/andreacimatti/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/howto-adding-extra-custom-fields-to-wp-registerphp/#post-455615)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
