Skip to main content
Nintex Community Menu Bar
Solved

Insert Link button doesn't work in the Label control

  • January 6, 2021
  • 1 reply
  • 249 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 SimonMuntz

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

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • 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>