Title: Radio button value
Last modified: July 14, 2020

---

# Radio button value

 *  Resolved [terrim](https://wordpress.org/support/users/terrim/)
 * (@terrim)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/radio-button-value-2/)
 * Hi
 * I’m using Gravity Forms User Registration Add-On to update the user’s profile
   and store the values in Custom User Meta fields. I’ve created a radio button 
   group and would like to display the value. How would I go about displaying the
   radio button value using the short code?
 * Thank you

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

 *  Plugin Author [Jose Vega](https://wordpress.org/support/users/josevega/)
 * (@josevega)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/radio-button-value-2/#post-13122939)
 * Hi
 * You need to find the key of the field saved in the database.
 * And you can use a shortcode like this:
    [vg_display_data key=”first_name” data_source
   =”user_meta”]
 * Replace first_name with the field key used by Gravity Forms.
 * You can install the free plugin “show user meta” and go to wp-admin > users, 
   open one profile, and you will see all the meta data saved in the database, that
   way you can find the field key.
 *  Thread Starter [terrim](https://wordpress.org/support/users/terrim/)
 * (@terrim)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/radio-button-value-2/#post-13123423)
 * Hi Jose
 * Thank you so much! This is perfect.

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

The topic ‘Radio button value’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/shortcode-to-display-post-and-user-
   data.svg)
 * [Display custom fields in the frontend - Post and User Profile Fields](https://wordpress.org/plugins/shortcode-to-display-post-and-user-data/)
 * [Support Threads](https://wordpress.org/support/plugin/shortcode-to-display-post-and-user-data/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcode-to-display-post-and-user-data/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcode-to-display-post-and-user-data/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcode-to-display-post-and-user-data/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [terrim](https://wordpress.org/support/users/terrim/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/radio-button-value-2/#post-13123423)
 * Status: resolved