smith37
Forum Replies Created
-
Thanks again for your time – but I have now found what I need!
I’ve edited library/helpers/helper-fields.php at line 1032 to simply read
$file_name = $file_name;Hi Adam,
While I appreciate your typing all of that out, I am already using the attach to email function, which attaches the file for the recipient at our company.
What I want is exactly what I’ve shown above – for the customer’s response to have a copy of the message they left and the filename that they uploaded. I do not want that filename to be in link form, though, just text.
If it shown as a linked filename in the email, why can I not just remove the surrounding < a > tags, or whatever it does, to show only the name?- This reply was modified 3 years, 9 months ago by smith37.
Hi Adam,
No, I’m not using {all-fields} – I have the individual fields listed.
https://i.postimg.cc/NG315XC3/Screenshot-2022-07-20-124442.pngThis is the email result.
https://i.postimg.cc/y82N1h85/Untitled.pngWhat I’d like is to just have the filename shown, without it being a link, but I don’t know where the code is to look at removing the instruction to make a link.