Title: Capture additional information
Last modified: March 6, 2019

---

# Capture additional information

 *  Resolved [raquelfernandes](https://wordpress.org/support/users/raquelfernandes/)
 * (@raquelfernandes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/capture-additional-information/)
 * In what table of the wordpress database are stored the additional information
   we created with “User Registration”?
    I need to capture an information in the
   additional field that I created
 * Thank you

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

 *  [Sanjeev Aryal](https://wordpress.org/support/users/sanzeeb3/)
 * (@sanzeeb3)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/capture-additional-information/#post-11284125)
 * The additional information are stored on usermeta table in the database. The 
   meta key is prefixed with user_registration_{meta_key}, where {meta_key} is the
   field name from the field’s settings.
 * For example to get the value of the field in this screenshot: [https://ibb.co/HPLs0Q2](https://ibb.co/HPLs0Q2),
 * `get_user_meta( $user_id, 'user_registration_radio_1549011371', true );`
 * Let me know if you have any confusion and I’ll get back to you soon.
 * Thank You!
    -  This reply was modified 7 years, 3 months ago by [Sanjeev Aryal](https://wordpress.org/support/users/sanzeeb3/).
 *  Thread Starter [raquelfernandes](https://wordpress.org/support/users/raquelfernandes/)
 * (@raquelfernandes)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/capture-additional-information/#post-11287429)
 * That’s work.
    Thank You!

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

The topic ‘Capture additional information’ is closed to new replies.

 * ![](https://ps.w.org/user-registration/assets/icon-256x256.gif?rev=3284028)
 * [User Registration & Membership - Free & Paid Memberships, Subscriptions, Content Restriction, User Profile, Custom User Registration & Login Builder](https://wordpress.org/plugins/user-registration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-registration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-registration/)
 * [Active Topics](https://wordpress.org/support/plugin/user-registration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-registration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-registration/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [raquelfernandes](https://wordpress.org/support/users/raquelfernandes/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/capture-additional-information/#post-11287429)
 * Status: resolved