Skip to main content
Nintex Community Menu Bar
Solved

Insert Link button doesn't work in the Label control

  • January 6, 2021
  • 1 reply
  • 259 views

Forum|alt.badge.img+3

I have SharePoint 2013 on premise classic view and in the Label control settings, when I click on the Link button, nothing appears. 

Is there a work around?

Best answer by Simon Muntz

Hi.

Sounds like the popup is being blocked to enter the URL.

Workaround is to edit the source and add the following for example.
<span id="NWRTEReference1"><a href="http://google.com/" nw="true">Google Site</a></span>

1 reply

Simon Muntz
Forum|alt.badge.img+23
  • Collaborator
  • Answer
  • January 10, 2021
Hi.

Sounds like the popup is being blocked to enter the URL.

Workaround is to edit the source and add the following for example.
<span id="NWRTEReference1"><a href="http://google.com/" nw="true">Google Site</a></span>