How to create a clickable link to an email

For an email address, can I create a clickable link to an email address that is not inserted yet, i.e. I am using a text detailed for the email?

Hi Melek,

You can use the @email special function for that purpose.

For example @email("info@clausebase.com") returns a clickable link to an email address “info@clausebase.com”, while @email("info@clausebase.com", "please email us") returns a clickable link to the same email address, but visibly the text “please email us” will be shown.

You can also include a text datafield here instead of a hardcoded email address if you want to give a user the option to write down their email address of choice. For example: @email(#company^email-address).

For more information, check out this article on the Help Center.

That was really helpful. Thank you, Senne!