html email help!

Discussion in 'HTML & Website Design' started by corey6486, Aug 25, 2008.

  1. #1
    ok i put in this code: <FORM action="mailto:corey.willis@stu.daviess.kyschools.us?subject=Customer" method="post"> now it puts in the subject but whatever the customers type in the form it wontput the text in the email can anyone help me?
     
    corey6486, Aug 25, 2008 IP
  2. salihpk

    salihpk Banned

    Messages:
    689
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    this is old fashion.Its better to use a free email form script in your site.
     
    salihpk, Aug 25, 2008 IP
  3. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #3
    try this:

    
    <form name="frm" method="post" action="" onSubmit="ddd()">   
      <textarea name="dd">adsfasdf</textarea>   
      <input type="submit" value="Send">   
    
      <SCRIPT LANGUAGE="JavaScript">   
      <!--   
      function ddd(){   
      var xx=document.frm.dd.value   
      frm.action="mailto:youremail@domain.com?Subject=abcd&body=" + xx;   
      }   
      //-->   
      </SCRIPT>   
    </form>
    
    Code (markup):
     
    iwtmmo, Aug 25, 2008 IP
  4. corey6486

    corey6486 Guest

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hey imtwwo i typed in that code in substitute for my code and it didnt work
    so still my form data doesnt show up in the email i know its old fashioned but can anyone help me do it this way?
     
    corey6486, Aug 25, 2008 IP
  5. artguy51

    artguy51 Active Member

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Many of the email servers will strip out forms or mess up your scripts.
    It's best to keep it simple basic html and use the email to get them to
    click on your site or email address.
    Just like an ad on CL.
    I just finished 2 html emails for a company that uses a high end online service and
    they definately recommend to keep it simple not even body tags.
     
    artguy51, Sep 5, 2008 IP
  6. mikeythefish

    mikeythefish Peon

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    emails barely support all CSS standards, much less form scripts, just wont work and it wont work across the mlutiple email passwords. agreed with above you should be putting your form captcha on your site and the email just getting people there

    when coding this, or paying someone to code it, whichever.. make sure they use OLD SCHOOL coding ""tables, font tags, etc"" all email browser compatible and stay away from crazy css (margins dont work, floats dont work)

    tables are the way to go with basic html

    cheers
     
    mikeythefish, Sep 6, 2008 IP
  7. artguy51

    artguy51 Active Member

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Absolutely mickey,
    It may seem like an extra step in the marketing process but, think of it as qualifying the prospect.
    You know if they click they are interested. Keep massaging your msg to them that's the only way
    to find what works for you and your market.

    Guy
     
    artguy51, Sep 6, 2008 IP