umbraco/Umbraco.Forms.Issues

RTE Link Picker creates localLink in email

wvduffelen opened this issue · 1 comments

When an editor is configuring Header and Footer text in the workflow and wants to link to an internal page on their website it doesn't render in the mail and gets a a /{localLink:umb://document/{guid}}.

When editing the source code you can see the (wrong) link is there already.
afbeelding

When rendering the email this is a @Model.FooterHtml and isn't parsing the URL to the right one. As alternative I tried to fill in the absolute URL (because it isn't working now) but that doesn't work as well. When the absolute URL is on the same domain as the website it removes this part and only has the relative part.

We can edit the source code and edit the URL there but this isn't the way to go for an editor. Is there a way to parse to localLink to the right URL?

UPDATE: Even when editing the source code and add the absolute URL to the href part it removes the absolute path and only shows the relative part

We'll resolve this for the next minor release of Forms 13 and 14. For 14, the functionality will only be available though once this CMS issue is also fixed and released.