Link naar bestand wanneer input vergrendeld is

Is het mogelijk om in een link naar het bestand te krijgen ipv platte tekst:

{% if custom.wp_administratie.goedkeuring_rol == 2 %}
{% assign sf_show_inputs = false %}
{% endif %}

Bestand (file collection):

{% input custom.programma.bestand as:file_collection %}

Bestand (document) met sf_show_inputs:

{% assign sf_show_inputs = true %}
{{ custom.programma.bestand.document }}
{% if custom.wp_administratie.goedkeuring_rol == 2 %}
{% assign sf_show_inputs = false %}
{% endif %}

{% assign sf_show_inputs = true %}

Aftekening

{% input custom.wp_administratie.goedkeuring_rol as:select options:“Nee|Ja” option_values:“1|2” %}

Hello @Leerentveld,

For now there doesn’t seem to be an option to do this. This is probably related to this ?

That wasn’t te trigger. But it is related. Thanks for taking a look at the request!