Hyperlink Email address on Text field

  • kwhiteman
    Asked on April 16, 2015 at 11:46 AM
  • kwhiteman
    Replied on April 16, 2015 at 7:09 PM

    I am creating a form and one text box, i tell people that if they have any questions they could email. The email address doesn't appear to be clickable and I'd like to make it so that it's possible to click on the email address to send a question.

  • Charlie
    Replied on April 17, 2015 at 2:11 AM

    Hi,

    I assume what you want to achieve is make the email address in your text field clickable, is that correct?

    Hyperlink Email address on Text field Image 1 Screenshot 40

     

    If that is the case, here's what you can do, open your Text field, click the "HTML" icon.

    Hyperlink Email address on Text field Image 2 Screenshot 51

    Inside the HTML editor, add an anchor tag element to your email address, so this is how it will looked like:

    <a href="mailto:outdoors@wnmu.edu">outdoors@wnmu.edu</a>

    Hyperlink Email address on Text field Image 3 Screenshot 62

    To learn more about the anchor tag, you can check this guide: W3Schools: Anchor Tag

    I hope this helps.

    Kind regards.

  • kwhiteman
    Replied on April 17, 2015 at 9:31 AM

    Thanks!

     

  • Charlie
    Replied on April 17, 2015 at 9:44 AM

    You're most welcome. If you needed any assistance again, please do let us know by opening a new thread here in the forum.

    Kind regards.