Title: Register Plus Custom Fields in Admin?
Last modified: August 19, 2016

---

# Register Plus Custom Fields in Admin?

 *  [fr33lanc3](https://wordpress.org/support/users/fr33lanc3/)
 * (@fr33lanc3)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/)
 * I have created some custom fields to be collected when registering. They appear
   properly when I have registered as a user.
 * I want to be able to see this data from the admin end though. Should it be displaying
   in user-edit?
 * Thank you.

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

 *  [af3](https://wordpress.org/support/users/af3/)
 * (@af3)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858348)
 * i face the same issue on wp2.6
 * i created custom field as birthday; it appears ok on registration; also appears
   in the profile section with empty value.
 * any idea how to fix this? thanks
 *  [lgcassab](https://wordpress.org/support/users/lgcassab/)
 * (@lgcassab)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858381)
 * Same problem with me.
 *  [af3](https://wordpress.org/support/users/af3/)
 * (@af3)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858386)
 * in addition to empty custom field data shown in user profile in admin section,
   i’ve also found out that the register plus is somehow having conflict with user-
   photos plugin too (or vice versa)
 * when a user upload a photo in the admin section, the custom entry (in my case,
   bithdate) in the usermeta in the mysql is wiped out and become NULL ..
 * can someone pls help.
 *  [af3](https://wordpress.org/support/users/af3/)
 * (@af3)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858387)
 * i looked at the register-plus php; and found that fieldtype “date” is not shown
   somewhere in line 1574, so added this as a temp measure (treating it like a text
   input):
 *     ```
       switch( $v['fieldtype'] ){
       case "date" :
       $outfield = '<input type="text" name="' . $id . '" id="' . $id . '" value="' . $value . '"  />';
       break;
       ```
   
 *  [4et](https://wordpress.org/support/users/4et/)
 * (@4et)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858399)
 * thanks

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

The topic ‘Register Plus Custom Fields in Admin?’ is closed to new replies.

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 5 replies
 * 4 participants
 * Last reply from: [4et](https://wordpress.org/support/users/4et/)
 * Last activity: [17 years, 6 months ago](https://wordpress.org/support/topic/register-plus-custom-fields-in-admin/#post-858399)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
