Use a conditional statement to show content if a field contains the current user id. I've been testing to the wpv_contains functions found in support that doesn't seem to be responding.
Is there any documentation that you are following?
Then on the test page I'm testing the shortcode with
[wpv-conditional if="( '[wpv_contains haystack='testing' needle='test']' ne 'false' )"]
test output[/wpv-conditional]
[wpv-conditional if="( '[wpv_contains haystack='testing' needle='test']' ne '0' )"]
test output[/wpv-conditional]
[wpv-conditional if="( '[wpv_contains haystack='testing' needle='test']' ne '1' )"]
test output[/wpv-conditional]
[wpv-conditional if="( '[wpv_contains haystack='testing' needle='test']' ne 'true' )"]
test output[/wpv-conditional]
I get nothing as a result of any of these.
What is the link to your site?
hidden link <- This page has the shortcodes on it.
Hello. Thank you for contacting the Toolset support.
Well - view's offers the conditional shortcode [wpv-conditional] and with that we offer the CONTAINS() function to test if string contains the part of the string you pass or not.