Skip to main content
Solved

HTML Inside of Formula?

  • January 21, 2023
  • 2 replies
  • 42 views

Forum|alt.badge.img+3

Hi all, 

I'm trying to set up a HTML button with a link that includes a variable "Name" (name of the product) like this: 

I tried adding " " to make everything except &Name& green but it didn't work. 

Is there a way to put HTML in the formula and use variables? 

Surely I'm missing something. 
Thanks!  

Best answer by kuovonne

What you are missing is that you need to put hardcoded text inside straight quotes. Then you also need to either escape internal quotes or alternate quote styles. 

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • January 21, 2023

What you are missing is that you need to put hardcoded text inside straight quotes. Then you also need to either escape internal quotes or alternate quote styles. 


Forum|alt.badge.img+3
  • Author
  • New Participant
  • January 22, 2023

What you are missing is that you need to put hardcoded text inside straight quotes. Then you also need to either escape internal quotes or alternate quote styles. 


Maybe not 100% pretty but it worked!