Hello,
I need to add hyperlink to SharePoint online list (wiki page http://).
But I don't really know how to use "href" function (JSON code)
Can someone share JSON code example for Header or Footer to add hyperlink to external website page.
Thank you very much in advance.
Best regards,
Artem.
Hi Pat, Thank you. Would it be possible to have a few links added? What do you need to do to be able to do it? How do I need to change the syntax of the above? Your help would be greatly appreciated as I don't know the first thing about JSON.
thanks Pat! Exactly I was looking for.
Please try this syntax. Just update the red text.
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "a",
"txtContent": "Displayed Text",
"attributes": {
"target": "_blank",
"href": "https://google.com"
}
}
Configure list custom header, footer and the form body with JSON - YouTube
Pat
Hi Pat,
Thanks for you FB, but I somehow need to find an opportunity to get hyperlink in header or footer (see pic below).
I need hyperlink to existing Wiki page instead of mail address.
I won't be changed - it will be constant link, so should not be too complicated.
Best regards,
Artem.
Please see if this article helps.
Pat
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2