Skip Navigation

[Resolved] Using a third-party custom User Field

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by neilR 1 week, 3 days ago.

Assisted by: Minesh.

Author
Posts
#2867071

Tell us what you are trying to do?
I have a third-party plugin which creates a user field. I can see the value in the User Profile in the back-end.
I want to show this value to the user on the front-end using Toolset.

Is there any documentation that you are following?
I've found this for CPT fields, but nothing for user fields. https://toolset.com/course-lesson/using-third-party-hidden-fields/#:~:text=To%20use%20a%20hidden%20custom,the%20list%20and%20click%20Apply.

What is the link to your site? No relevant link.

Any suggestions? Thanks.

#2867122

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

What if you try to use the following shortcode:

[wpv-user field="your-field-slug"]

More info:
- https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-user

#2867542

Perfect, thanks Minesh.