Skip to main content
March 28, 2023
Solved

can i change words to {% web_view %}

  • March 28, 2023
  • 1 reply
  • 492 views

I want my {% web_view %} to say View

    This topic has been closed for replies.
    Best answer by stephen.trumble

    Hey @dgilberto 

    Thanks for reaching out for help with your web view variable syntax!

    You can create what you want this variable to show up as by placing your prefered phrase after web_view like this: {% web_view 'Open in your browser' %} This will read as “Open in your browser”. So in your use case, you can use {% web_view ‘View’ %} which will read as “View”.

    Hope this helps!

    1 reply

    stephen.trumble
    Klaviyo Alum
    March 28, 2023

    Hey @dgilberto 

    Thanks for reaching out for help with your web view variable syntax!

    You can create what you want this variable to show up as by placing your prefered phrase after web_view like this: {% web_view 'Open in your browser' %} This will read as “Open in your browser”. So in your use case, you can use {% web_view ‘View’ %} which will read as “View”.

    Hope this helps!

    -Stephen