a href Pod Reference broken
-
I’m collecting URLs using the Website form field and printing them to the screen using a template.
The Website field accepts formats as https://example.com, and in my template I am using this syntax
<a href = "{@website_link}"> {@post_title} </a>
but when it renders rather than the post title being a clickable link to the URL, it is displayed as"https://example.com/"> Post Title
and the Post Title is not a hyperlink, rather the URL fragment is a hyperlink, but incorrect. It points to an nonexistent internal<a href="
path.There is some corruption or syntax issue. I have other template URLS that work as expected in conjunction with other pod references.
Please advise
- The topic ‘a href Pod Reference broken’ is closed to new replies.