Tell us what you are trying to do?
I have a Custom Field for Users (called 'ORC Credits'), what I want to do is to conditionally display a Toolset Post Form (Called 'Reference Input for this example), depending on the value of the logged in Users 'ORC Credits' field.
Basically, if they do not have any ORC Credits, then I don't want them to be able to see the form or input into it, so if they have '0' ORC Credits, then I want them to see a message instead which says 'You do not have any credits, you must purchase new credits before you can input a new Reference'.
[cred_show_group if="( ( '[types usermeta="orc-credits" output="raw" current_user="true"][/types]' gte '1' ) ) "]
[/cred_show_group]
However, this does not work, all that happens is, I see that exact code appear as text in my page on the front end.
Is there a similar example that we can see?
No
What is the link to your site? hidden link (Can I hide this link please?)
Thats the link to the page, but you won't be able to see it as it is only visible to a specific User Role (which requires authentication of course).