Setting external links

Hi,

how is it possible to simply set a working link to a external website OR mailto links?

I assume that I have to create a ‘text field’, but (obviously) the link is not transformed to a working link automatically.

It seems that this here: Links | Clause9 is not the right way to do it…

Thanks for your help

That webpage regarding links is about a completely different subject (links between concepts & clauses).

What you’re looking for, is Special items | Clause9 and Special items | Clause9

For example:

1 Like

Thanks Maarten. For whatever reason, I’m struggling with this again, even though it worked some time.

Here is my code:

~E-Mail:~ @email(“#client^email”)

which results into

#client^email
(as link, but not the actual email adress from the Q&A)

The datafield (email) is a simple textfield.

You need to drop the double quotes! So

~E-Mail:~ @email(#client^email)

Otherwise, if you quote things, the software will literally insert hashtag - client - circonflex - email

1 Like

Thanks @mtruyens ! :slight_smile: