Jan 21, 2023 12:36 AM
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!
Solved! Go to Solution.
Jan 21, 2023 11:34 AM
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.
Jan 21, 2023 11:34 AM
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.
Jan 22, 2023 07:25 AM
Maybe not 100% pretty but it worked!