Help needed to get email form working in IE7

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • missred
    New Member
    • Aug 2007
    • 2

    Help needed to get email form working in IE7

    Hi All,

    I'm hoping someone can help me with this problem. the form works ok in firefox and IE6, but when send is pressed, a blank email form or a blank IE7 page comes up, instead of the message being relayed directly to my email. This is the code, and thanks in advance!:
    [code=html]
    <div id="form">
    &nbsp;&nbsp;&nb sp;&nbsp;&nbsp; &nbsp;&nbsp;


    <form action="MAILTO: ruth@ruthpiazzo n.com" method="post" enctype="text/plain">




    <label for="name"><fon t color="#B5098F" >Name: &nbsp;&nbsp; </font></label>
    <!--<input type="text" id="name" class="input-box" /><br /> -->

    <input name="username" type="text" id="name" class="input-box" /><br />


    <label for="e-mail"><font color="#B5098F" >E-mail: &nbsp;</font></label>
    <input name="usermail" type="text" id="e-mail" class="input-box" /><br />


    <div id="ta">
    <textarea name="textarea" value ="textarea" class="input-box" rows="7" cols="35">

    </textarea><br /><br />
    </div>

    &nbsp;&nbsp;&nb sp;&nbsp;&nbsp; &nbsp;&nbsp;<in put type="submit" class="submit-button" value="Send" />
    &nbsp;&nbsp;<in put type="reset" class="reset-button" /><br /><br />

    </form>[/code]

    Best,

    Missred
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, Missred. Welcome to TSDN!

    Please use CODE tags when posting source code. See the REPLY GUIDELINES on the right side of the page next time you post.

    I'm going to go ahead and move this thread to the HTML forum, where our resident Experts will be better able to help you out.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      I think this might help. Also, validate that markup because there are a lot of html errors.

      Apparently, many think this is a bad thing to do.

      Comment

      • missred
        New Member
        • Aug 2007
        • 2

        #4
        Thanks very much - unfortunately, none of the examples given have worked - I'm still getting a blank email page coming up and not receiving any text from the body of the email form.

        Any other ideas please? I'm not very techie and don't understand about sending via another server, etc.

        Thanks!

        Comment

        Working...