Hi @jgreenberg,
That’s just based on browser default feature and it may not always work. But yes, you can use the same code. Example,
[button target="blank" type="real" shape="square" size="mini" href="http://my.link" title="Example" class="forcedownload"]Print[/button]
Then the jQuery code that you need to add to your builder’s custom javascript section is this
jQuery( document ).ready(function($) {
$( ".forcedownload" ).attr( "download", "new_file_name" );
});
We can’t provide customization and it’s not part of the theme or the builder. We do provide snippets but it’s only limited how much we know about it or familiarity. We can’t always provide any snippet.
Thanks!