Hi all!
At the project level, we have a custom form field for a Dropbox link. I need that link visible in my program-level view, but the links are so long that they make every line awkwardly tall (not a huge deal but it's annoying lol). I have two ideas, but I can't figure out how to execute either:
- Conditional formatting where if the field is not blank, then it displays the text "Dropbox Link" (or even just an icon/button) with the inputted URL as a hyperlink
- Just having it display the beginning of the link followed by "..." rather than the full URL
Would prefer the first option, but will happily accept either! Hope I'm not missing something horribly obvious. Thanks in advance!!