Skip to main content

I want my {% web_view %} to say View

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