Hi all
I have a text element that does not have a corresponding data field element. It is an info text that I would like to show in a very specific use case. I would like to have the text-element get shown/hidden based on the value of a boolean or confirm. The boolean visibility and validation is based on 2 other field values in combination.
I know how to create a text only in the Form model without a data field to it. But how can I make the text show / hide based on the boolean value?
Additional info:
Business case = “semester of leave info text” for students if the boolean “I am currently in a semester of leave” is set to true. The boolean itself is only shown if GER = country of employment and if contract type = Workstudent or mandatory intern/interm or voluntary intern/interm. So I think the visibility dependency on the boolean could be enough.
How can I combine the visibility? I created a control grid/row/text element and tried to add the dependent control on the boolean but this did not yet do the trick?
Any ideas?
