Support Forum
Hello,
I have an URL field, how to show in view the URL so it displays as an URL in frontend?
it justs says the following when I want to include the URL in the view form:
{% set field = attribute( post, 'publisher-url' ) %}
{{ field }}
but I am not sure what to do next?
Thank you.