Hi,
Are you trying to display user data inside a page? Can you tell me what version of Profile Builder are you using? Custom fields are available only in the paid versions and we are not allowed to use these forums for premium plugins.
If you have a paid version please submit a support ticket.
You can use this mini-plugin http://www.cozmoslabs.com/wp-content/plugins/download-monitor/download.php?id=52
Download and install it like any other plugin. Then you can use this shortcode [user_meta] like so:
Email: [user_meta key=”user_email”]
Display Name: [user_meta key=”display_name”]
First Name: [user_meta key=”first_name”]
Last Name: [user_meta key=”last_name”]
Description: [user_meta key=”description” wpautop=”on”]
etc…
Best regards,
Wow, thx a lot!
That’s exactly what I needed 🙂
One last thing : I can’t find the right meta syntax in order to display the Website “Default – Website” (there’s no meta name for it in the fields list).
I’ve tried [user_meta key=”user_website”] or [user_meta key=”website”], it still doesn’t show anything…
can you tell me what it is and/or where I can find a full list of the metas that can be used?
Thx again !
(Im using the 2.3.2 free version)
Hi,
Try user_url and let me know if it works for you. Here you have a list with all the meta names for all the default fields.
Best regards,