Title: Add fields
Last modified: August 31, 2016

---

# Add fields

 *  Resolved [WayneFusco](https://wordpress.org/support/users/waynefusco/)
 * (@waynefusco)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/add-fields-6/)
 * I would like to add fields like full name, phone number etc to the login. Can
   you tell me how to facilitate this?
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

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

 *  Plugin Author [Jeff Farthing](https://wordpress.org/support/users/jfarthing84/)
 * (@jfarthing84)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/add-fields-6/#post-7258080)
 * [https://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/](https://www.jfarthing.com/development/theme-my-login/adding-extra-registration-fields/)
 *  Thread Starter [WayneFusco](https://wordpress.org/support/users/waynefusco/)
 * (@waynefusco)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/add-fields-6/#post-7258098)
 * THIS IS WHY I SUPPORT YOUR PRODUCT – 20 Min Turn around even on a Sunday!!
 * I am now geting this error at the top of my WP dashboard:
 * ( $user_id ) { if ( !empty( $_POST[‘first_name’] ) ) update_user_meta( $user_id,‘
   first_name’, $_POST[‘first_name’] ); if ( !empty( $_POST[‘last_name’] ) ) update_user_meta(
   $user_id, ‘last_name’, $_POST[‘last_name’] ); } add_action( ‘user_register’, ‘
   tml_user_register’ ); function tml_registration_errors( $errors ) { if ( empty(
   $_POST[‘first_name’] ) ) $errors->add( ’empty_first_name’, ‘ERROR: Please enter
   your first name.’ ); if ( empty( $_POST[‘last_name’] ) ) $errors->add( ’empty_last_name’,‘
   ERROR: Please enter your last name.’ ); return $errors; } add_filter( ‘registration_errors’,‘
   tml_registration_errors’ );
    Warning: session_start(): Cannot send session cache
   limiter – headers already sent (output started at /home/danceparty1/public_html/
   wp-content/plugins/theme-my-login-custom.php:16) in /home/danceparty1/public_html/
   wp-content/themes/musical/functions.php on line 19 Skip to main contentSkip to
   toolbar

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

The topic ‘Add fields’ 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: [WayneFusco](https://wordpress.org/support/users/waynefusco/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/add-fields-6/#post-7258098)
 * Status: resolved