Forum Discussion
- QuickBaseCoachDQrew CaptainYou can make a hyperlink which uses an icon.
It would be a formula text field with html enabled.
Not tested, but try this
var text Image = "<img src=https://images.quickbase.com/si/48/016-email_1.png>";
var text URL = [Add Notes];
"<a href=" & $URL & ">" & $Image & "</a> - MickGrahamQrew Traineeor you could create a formula text field that runs the formula url and use can use the built in classes to make the button coloured.
"<a class='Vibrant Success' href=' " & [URL Add Notes Field] & " '> Add Notes </a>"
change Viberant Success to
Vibrant
Vibrant Danger
Vibrant Alert
Vibrant Primary
Vibrant Snowy
Which would give you 6 different coloured button options. - ShontaySmithQrew Assistant CaptainThank I did get the icon to work, Do you know how to make the icon a mouse hover over to display a field from the related table.
- QuickBaseCoachDQrew CaptainCan you post that as a new question along with your current code. I don't have time to answer immediately, but perhaps someone else knows the answer quickly.