Solved

can i change words to {% web_view %}

  • 28 March 2023
  • 1 reply
  • 243 views

Badge +2

I want my {% web_view %} to say View

icon

Best answer by stephen.trumble 28 March 2023, 17:39

View original

1 reply

Userlevel 7
Badge +60

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!

Reply