Skip to main content
Nintex Community Menu Bar

Hyperlink to webpage

  • July 30, 2020
  • 3 replies
  • 15 views

Hello

 

Using the old responsive designer and the calculated control it was easy to create a link using the formula section

 

"<a href=""somewebsite.asp?ECR_Number=" + {ItemProperty:ECR_x0020__x0023_} + """ target=""_blank"" > Open </a>"

 

I see the new responsive form designer has removed the calculated control and users can create a label, add a variable and paste the above in.

 

"<a href=""somewebsite.asp?ECR_Number=" + {ItemProperty:ECR_x0020__x0023_} + """ target=""_blank"" > Open </a>"

 

This results in a label that doesn't format into a hyperlink?

 

I have reverted back to the old designer.

 

Am i missing something?

 

Regards

 

Geoff

 

 

 

3 replies

butlerj
Nintex Employee
Forum|alt.badge.img+20
  • Nintex Employee
  • July 30, 2020

@Ormesherg in the New Responsive Designer you can add hyperlinks using the hyperlink configuration within the Label control:

 

In this you can provide dynamic values via the '+ Variable' option. Let me know if you have any questions.


  • Author
  • July 30, 2020
Thanks I will give it a go

  • Author
  • July 30, 2020

Hi 

 

I have created a variable with the link and a value from the list

 

Label is configured like this which is wrong as it doesn't work

 

 

Any ideas?

 

thx