Forum Discussion
MarianneMariann
9 years agoQrew Trainee
Ah ok sorry - completely new to this. I left the end part unchanged i.e.
"<a href='" & $LikeURL & "'>" &
"<img src='" & $ImageURL & "'>" &
"</a>"
The only part I changed is the ImageURL and the field as mine is called something else i.e. my final formula looks like this:
var Text LikeURL = ToText([Upvote Record]);
var Text ImageURL = "https://assets.quickbasecdn.net/res/73823-18/js/ckeditor-dev-4.5.8/plugins/smiley/images/thumbs_up.png";
"<a href='" & $LikeURL & "'>" &
"<img src='" & $ImageURL & "'>" &
"</a>"
While I was playing I added the Quickbase smiley image before I figure out where to host mine.
So I need to change the $LikeURL and $ImageURL as well? I presumed these were defined by the previous lines, not sure what I would put here.
Thanks for your help, its been great!
"<a href='" & $LikeURL & "'>" &
"<img src='" & $ImageURL & "'>" &
"</a>"
The only part I changed is the ImageURL and the field as mine is called something else i.e. my final formula looks like this:
var Text LikeURL = ToText([Upvote Record]);
var Text ImageURL = "https://assets.quickbasecdn.net/res/73823-18/js/ckeditor-dev-4.5.8/plugins/smiley/images/thumbs_up.png";
"<a href='" & $LikeURL & "'>" &
"<img src='" & $ImageURL & "'>" &
"</a>"
While I was playing I added the Quickbase smiley image before I figure out where to host mine.
So I need to change the $LikeURL and $ImageURL as well? I presumed these were defined by the previous lines, not sure what I would put here.
Thanks for your help, its been great!