I have set up a rule to display a certain field only if an option has a specific value.
Let’s say that I want to display Option2 only if Option1 is “ABCDE”
I am setting up different languages (PolyLang) and translating all strings. Option1 in another language is translated “XYZ”.
In this language, Option2 is never displayed because the rule checks if Option1 is ABCDE” , but it is now trnslated to “XYZ”, and the rule cannot be activated…