I am trying to hide/show a CRED from/content on a normal page based on a (User field) Custom Dropdown Field in the user's profile.
So what I'm basically trying to do is the following:
1. User Register using User Form
2. In the form, the user should select a multi-selection to "Register for:" then you have the different registration types.
3. Once selected and registered, the user can only see content on the specific pages based on the selection on the User Form "Register for".
I thought this would be possible using the Conditional Lodgic Block on the page, but not sure how the conditions will work.
I actually managed to use the conditional field to show/hide specific sections in content templates for when a selection on the Post CRED form that created/posted a listing was submitted . That was rather easy because I had an option to select "Post Data" and then selecting the appropriate custom field and entering the value of that field.
Now I'm not sure how to do this with User form Fields. I hope this makes sense.
I tried the code you supplied using the relevant slugs and values with no luck.
This is the code I used: ( ( '[types usermeta='register-for' user_current='true']' eq 'List a Pet' ) ) in the editor mode. I get this warning/error: "Please, complete all the conditions or remove them". Not sure what I'm doing wrong 🙁