File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
content/nederlands/technical-tools/documentation Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -187,13 +187,23 @@ dynamic_form_engine:
187187 use_card_style : false
188188 type : radio
189189 visible_when_or :
190+ - visible_when_and :
191+ - identifier : q1
192+ value : ' no'
193+ compareSign : ' !='
194+ - identifier : q2
195+ value : option6
196+ compareSign : ' !='
190197 - visible_when_and :
191198 - identifier : q3
192- value : yes3
193- compareSign : ' = ='
199+ value : ' no '
200+ compareSign : ' ! ='
194201 - identifier : q3
195- value : yes2
196- compareSign : ' =='
202+ value : yes1
203+ compareSign : ' !='
204+ - identifier : q2
205+ value : option6
206+ compareSign : ' !='
197207 - identifier : q4
198208 title : Rol in beslissingproces
199209 content : >
@@ -420,6 +430,11 @@ dynamic_form_engine:
420430 value : ' no'
421431 - identifier : q3
422432 value : yes1
433+ - visible_when_and :
434+ - identifier : q1
435+ value : ' no'
436+ - identifier : q3
437+ value : ' no'
423438 - visible_when_and :
424439 - identifier : q2
425440 value : option6
You can’t perform that action at this time.
0 commit comments