Skip to main content

Hi everyone!

When we download file to file atatchment we can dowload it by clicking on the control. Is there a way to do this via rules?

 

Will be grateful for help.

Hi,

 

There is no specific rule to perform it, however a simple jquery/JS should make a trick for you.

 

Have a hidden data label placed on the view/form level. Make sure you set the literal property of the data label to TRUE and execute the jQuery by passing it through DATA TRANSFER rule; 

 

Example jQuery is  as shown below;

 

<script>$("#file attachment").hide();</script>


Reply