Skip to Content
Menú
This question has been flagged

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.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
d’ag. 24
554
1
de nov. 23
2011
0
de juny 21
2426
2
de des. 19
3566
2
de juny 18
5473