• Resolved terrim

    (@terrim)


    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

    (@josevega)

    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

    (@terrim)

    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.