Interferon Posted December 28, 2018 Share Posted December 28, 2018 I am displaying a link to download an attachment to a database record like this: {{if $record->field_204}} <a class="gamebutton" href='https://s3.us-east-2.amazonaws.com/xxxxxxxxxxxxx/{$record->field_204}'><b>Download</b></a> {{endif}} I don't think this is right because the downloaded file has a scrambled name like "FileName_zip.JHDF2342387fhdjfs875489242" What is the correct way to do this? Link to comment Share on other sites More sharing options...
Daniel F Posted January 2, 2019 Share Posted January 2, 2019 I've replied to your ticket, but I'm also going to reply here just for the case that somebody else finds this question via the search.. You need to use the helper method customFieldDisplayByKey('yourKey') or $fieldObject->DisplayValue($record->field_204) to get the proper value. Please see also You could also just use the IPS\File helper in the template Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.