Question:

I have a submit button on my forms web page. How can I get this button to link to my email?

by Guest64231  |  earlier

0 LIKES UnLike

What kind of code could I use?

 Tags:

   Report

3 ANSWERS


  1. If you want it to bring up a mail dialog for the user to fill in, but with your email address already there.

    Anchor tags are the best option.

    <a href="mailto:your@email.com">Send Me An Email</a>

    Otherwise you would have to use java script which is bad.


  2. it depends on the software you are using , but the 4 that I have used just right click the submit button and you can adjust the properties of the button.

  3. i use a site called wufoo

    http://wufoo.com/

    you can make 3 forms for free. They do all of the coding for you. All you have to do is make the form, and paste it into your webpage. Whenever someone fills out the form and hits submit, you get an email!

    Its really simple to use!

    hope this helps!

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.