Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Well if you just put the URL field for Add Survey into the email Notification, it look to the user like a URL that you would see at the top of any Quick Base screen - so that is more like the Wicked Witch of the West as opposed to Jennifer.
But if you make a formula Rich text field like this
Then it will be a nice looking link. It may even be possible to color the words.
But if you make a formula Rich text field like this
"<a href=" & [my add survey user field] & ">" & "Click here to begin our Short Survey" & "</a>"
Then it will be a nice looking link. It may even be possible to color the words.
"<a href=" & [my add survey user field] & ">"
& "<font color=blue>Click here to begin our Short Survey</font color>" & "</a>"