• Resolved mv8167

    (@mv8167)


    I thought this might be an easy find, but I cant seem to find the correct solution

    Using the text widget, I was trying to create an Email Us! button that opens the users deafult email program with our email address and Subject line pre populated.

    I tried:

    <FORM METHOD=”LINK” ACTION=”Email:[email protected], Subject:=Testing”>
    <INPUT TYPE=”submit” VALUE=”Email Us!”>
    </FORM>

    Can anyoneone help point me in a direction on how to pull this off?

    Lorena

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Isn’t it just put in to the ‘href’ attribute of a link?

    <a href="mailto:emailadress">foo</a>

    Thread Starter mv8167

    (@mv8167)

    I tried, this only gives a link I think?

    I need a button that when pressed auto enters email address and a subject in the Subject line.

    Thx though, I will keep trying.

    Thread Starter mv8167

    (@mv8167)

    I did try:

    <FORM METHOD=”LINK” ACTION=”MailTo:[email protected]?Subject:Please%20Contact%20Me!”
    <INPUT TYPE=”submit” VALUE=”Email Us!”>
    </FORM>

    Which worked except for the Subject line was not populated.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Email Us button’ is closed to new replies.