Title: Show custom fields from plugin
Last modified: September 27, 2023

---

# Show custom fields from plugin

 *  Resolved [kevinraskin](https://wordpress.org/support/users/kevinraskin/)
 * (@kevinraskin)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-custom-fields-from-plugin/)
 * Hi,
 * we use plugin “**Custom User Registration Fields for WooCommerce**” to add some
   custom fields to the user registration page of woocommerce and this works. We
   see the field with the vbalues in the user screens in the backend.
 * Now we want to display the content of these fields via a shortcode in another
   screen on the frontend and we were trying to use your plugin with the shortcodes
   but we don’t know where these new fields are added/to which table or structure.
 * I tried this: [vg_display_data key=”Aantal_velden” data_source=”users”]
 * Aantal_velden is the name of the new field.
 * Thx a lot
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshow-custom-fields-from-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jose Vega](https://wordpress.org/support/users/josevega/)
 * (@josevega)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-custom-fields-from-plugin/#post-17084602)
 * Hi there.
   The shortcode works with user meta fields. If the plugin “**Custom 
   User Registration Fields for WooCommerce**” saves those fields as user meta, 
   then it will work fine, but it won’t work if they’re saved in custom tables.You
   need to get the meta key. You can install the free plugin “show user meta” to
   find the key, go to a user profile in the backend, and you’ll see all the meta
   values of that profile with the keys.Then you can use a shortcode like this (
   assuming that Aantal_velden is the meta key):[vg_display_data key=”Aantal_velden”
   data_source=”user_meta”]
    -  This reply was modified 2 years, 8 months ago by [Jose Vega](https://wordpress.org/support/users/josevega/).

Viewing 1 replies (of 1 total)

The topic ‘Show custom fields from plugin’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jose Vega](https://wordpress.org/support/users/josevega/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/show-custom-fields-from-plugin/#post-17084602)
 * Status: resolved