Skip to main content
Nintex Community Menu Bar
Solved

Hyperlinks in a workflow form - Two hyperlinks on two lines

  • October 15, 2024
  • 4 replies
  • 34 views

poirisop
Forum|alt.badge.img+2

In my workflow, I create hyperlinks for my documents uploaded to my start form to display them in a second form. My uploaded documents are saved in SharePoint Online.

 

 

I find it difficult to see that there are 2 documents. I was wondering if I can have a carriage returns between my two links? to have the 2 hyperlinks on 2 lines

I tried <br>, but the system doesn’t want to save it. When I return to my action, the <br> is no longer there. Or maybe adding more spaces between the two links? Or other characters?

This is how I create my hyperlinks:

<a href=”(file URL)”>(file name)</a>

Result into a txt variable

In my second form, I have a label with this txt variable in the text box

 

Best answer by brent_read

Hi @poirisop,

 

Can you try encapsulating the links in <p> tags?  This worked to show the form correctly for me.

View original
Translate
Did this topic help you find an answer to your question?

4 replies

Forum|alt.badge.img+9
  • Nintex Employee
  • 65 replies
  • Answer
  • October 15, 2024

Hi @poirisop,

 

Can you try encapsulating the links in <p> tags?  This worked to show the form correctly for me.

Translate

poirisop
Forum|alt.badge.img+2
  • Author
  • Rookie
  • 5 replies
  • October 15, 2024

@brent_read : What do you mean by encapsulating the links in <p> tags?

Translate

Forum|alt.badge.img+9
  • Nintex Employee
  • 65 replies
  • October 15, 2024

Hi @poirisop 

 

In the label config use something like the following:

 

<p><a href="http://www.nintex.com" target="_blank">Link 1</a></p>

<p><a href="https://www.nintex.com" target="_blank">Link 2</a></p>
 

Translate

poirisop
Forum|alt.badge.img+2
  • Author
  • Rookie
  • 5 replies
  • October 15, 2024

@brent_read it was that simple! It works. 

P.S. I want to apologize, English is not my first language, so I didn't understand the meaning of the word “encapsulating”

Thanks a lot

 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings