As CRED does not support front end entry of custom user fields, I had to purchase a third part plug in which lets me do this front end user entry. The plugin allows the creation of additional user fields and stores them without any special prefix.
So, for example, if I create a custom user field called "sport" then I can enter values for this field via a front end form and these are correctly shown in the user profiles in the Admin user screen. So far all is good!
Here is my problem.
I can use [wpv-post-author format="meta" meta="sport"] to include the custom user field in a view and it works fine.
But sometimes I need to display this field for the current user.
I have tried using [wpv-current-user info="sport"] but it does not display the custom user field.
Is there another wpv shortcode I can use to do this please?
Regards
Robert