Add a checkbox that is not on the print out

Hello

In our Transmittal letter we want to add a dropdown with the offices. That’s not a problem but I don’t want to see this on the print out. I need this for change off the header with the address of the offices. How can I do that?

Best regards

Hi Olivier,

In order to hide something in export mode, you need to put the code within {% ic %} tags. Try the following:

{% ic %}{% input custom.drop.offices as:select options:'Office A|Office B' %}{% endic %}

Best,
Borja