Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

Hello, how are you?

I have a problem when trying to manipulate the visibility logic of an input in a web form.

We have a question that appears in a web form (recruiter module), which is used for applications.

It should be displayed in forms 9 (Tenders) and 125 (Administration Manager). However, it should not appear in forms 6 (Consultant 1.0) or 8 (Consultant 2.0).

Currently, we were able to add the condition so that it doesn't show in form 6 through the web editor.

But we can't find a way to set the condition so that it doesn't appear in form 8 either. It only works if we specify one form type. We also tried using "contains" and "does not contain," but it only works if we specify one form type.

We need to find a way to set the condition so that it doesn't appear in either of the two forms.

When we check the XML, we see that adding this condition results in the following line:

xmlCopy codedata-visibility-dependency="job_id";  data-visibility-condition= "!equal";  data-visibility-contidition="6";

When we check another question, we see that it has a different type of visibility condition, which is what we would need to apply, for example:

xmlCopy codevisible="job_id in [1,3,4,5]"

What would be the correct way to add this type of logic?

I'm available for any questions.

Thanks,

Best regards.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
sie 24
1052
1
lis 23
2642
0
cze 21
2947
2
gru 19
3907
2
cze 18
5915