Skip to main content

Hello.


When using the ‘Download file’ button option on a form confirmation dialog, instead of downloading the file it opens in a new tab.


What should I do to fix that?

Hey Leonardo,

It seems that the download file button is coded to open or download a linked file in a new tab. As far as I know there isn’t a way to directly edit the Javascript behavior of this button, so you might want to consider writing custom HTML to download from the form confirmation dialog without opening another tab.


I see.


Thanks, Alex!


Reply