Hyperlinks to SharePoint (.aspx) pages in XLSForms

Hi,

I’m trying to add a clickable hyperlink in an XLSForm. I’ve tested:

[Link text](https://sharepoint.company.orgSitePages/page.aspx ) — this is a generic link

Other external links work correctly with this formart, but SharePoint Site Page URLs ending in .aspx do not. The link is either displayed as plain text, escaped, or modified when the form is deployed.

Has anyone successfully added clickable links to SharePoint .aspx pages in Kobo? Are there any known limitations or recommended workarounds?

Thanks!

@estherwashu Welcome to the forum

I ran a quick test on my side and it worked flawlessly.
As you described, the hyperlink was created using the Markdown format [name of link](url), just as outlined in this documentation article

For reference, here’s the example I used inside a note:

Welcome to the sharepoint link test form. [SharePoint page] (https://contoso.sharepoint.com/sites/FieldOps/SitePages/Inspections.aspx) ← This renders as shown in the image below::

If you try it again on your form, could you let us know how it goes or if anything behaves differently on your side?