콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

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.

아바타
취소
관련 게시물 답글 화면 활동
0
8월 24
1283
1
11월 23
2983
0
7월 21
3170
2
12월 19
4125
2
6월 18
6194