Create Text Link to Email Address

  • TeamBETC
    Asked on August 19, 2021 at 11:58 AM

    Hello,

    We are creating an autoresponder email for our form. We would like to link text to a specific email address. For example, if they click the link "Unsubscribe" it will connect them to an email address so they can send an email request to unsubscribe.

    The link icon available in the template only allows for a URL link. Is there another way to accomplish this? Or a specific code that will work?

    Thank you.

  • Parker JotForm Support
    Replied on August 19, 2021 at 3:51 PM

    Hello,

    If you want to setup a mailto link in a paragraph field. Please go into the source code and enter in the tag like

    <a href="mailto:test@jotform.com">JotForm email</a>

    

    Where after mailto: is the email address that you want to send to and JotForm email is the text that you want to appear as the clickable link.

    1629402682 611eb63a382aa  Screenshot 10

    1629402688 611eb640a6c20  Screenshot 21


  • TeamBETC
    Replied on August 20, 2021 at 2:48 PM

    Thank you. When I was editing the code, I found remnants of the email subject and body we had copied from another program. So I decided to add that too.

    Here is a link with the basics for anyone interested:

    https://www.textfixer.com/html/email-html-code.php