Skip to main content
Solved

can i change words to {% web_view %}

  • March 28, 2023
  • 1 reply
  • 420 views

Forum|alt.badge.img+3

I want my {% web_view %} to say View

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!

View original
Did this topic or the replies in the thread help you find an answer to your question?

1 reply

stephen.trumble
Community Manager
Forum|alt.badge.img+60
  • Community Manager
  • 1518 replies
  • Answer
  • 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!