All Collections
Checklists and protocols
Forms Pro: How to create a link to external page and how to post an image
Forms Pro: How to create a link to external page and how to post an image

Forms pro, link, image

Kjetil Nicolay Benjamin Sørlie avatar
Written by Kjetil Nicolay Benjamin Sørlie
Updated over a week ago

On the right side of the checklists there is a solitary 'i' which has a great function.

Here you can enter the desired information about the point you are working on.

If you want to link external content under info, you can do it this way:

Creating a link to eksternal page:

  • <a href="YOUR URL HERE"></a>

Creating a link to ekternal page, and open in a new browser window or a new tab:

  • <a href="YOUR URL HERE" target="_blank">CLICK FOR LINK</a>

If you want a picture

  • <img src="LINK TO YOUR PICTURE"/>

  • We use html tags to enter text, some other examples are: <p> This will be a paragraph. </p> <p> while this will be the next paragraph. </p> <br /> Creates a new line

  • See an example below:

Then it looks like this:

(article continues below the image)

For a live link you could try this to find out the weater in Oslo:

<p><a title="Weather report Oslo" href="https://www.yr.no/nb/v%C3%A6rvarsel/timetabell/1-72837/Norge/Oslo/Oslo/Oslo?i=0" target="_blank" rel="noopener">Weather in Oslo</a></p>

Important to add http:// in front of www. to make this work.

You can find other special characters here.

Did this answer your question?