Thus works if in cb_usertype field value settled Sudent (Not _UE_STUDENT)... So only one language in front-end possible.krileon wrote: Only other suggestion I have is to try to match the translated value. Example as follows.
[cb_usertype] Equal To Student
Thus doesn't work at allkrileon wrote: Instead of as follows.
[cb_usertype] Equal To _UE_STUDENT
It's radio in my case.krileon wrote: Note if this field is a multiselect checkbox or dropdown you need to use a "Contains" operator and not "Equal To".
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Well.krileon wrote: Example as follows.
define( '_UE_STUDENT', 'Student' );
[cb_usertype] Equal To Student
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.