Expand my Community achievements bar.

Links in href is getting removed by Sightly in 6.2

Avatar

Level 2

Hi,

I am trying to print the URL from dialog box on my page via something like this,

<a  href="${properties.getUrl}" >Hello World!</a>

It is working for simple links like 'http://www.randomwebsitedomain.com/index.html'. However, if we put something like 'http://www.randomwebsitedomain.com/index.html?id={xyz}' the href tag is removed.

I have tried using x-cq-linkchecker="skip", but it only works if URL is hard coded on page and not dynamic inside ${ }

1 Reply

Avatar

Level 1

ReachPriyadarshi​ have you found the solution? having the same issue on AEM 6.1 with form action tag but only on Publish instance