Skip navigation
HTML-Impaired
Currently Being Moderated

Contact Form Trouble

Jun 20, 2012 6:57 AM

Tags: #dreamweaver #form #contact

Hi,

 

I followed a website template to create my site using Dreamweaver 8, my iMac, and tested on Safari and Google Crome. But the contact form isn't working. I only recieve blank messages when someone tries to fill it out (even though on my website it says the message has been sent successfully).

If you need anything else from me to help me out with this, please let me know...I really need to be walked through this, and don't know HTML, just how to follow template instructions:)

 

Thanks so much in advance!

 

My site:

 

www.jessicawarrick.com

 

code for contact section:

 

<!-- START CONTACT PAGE -->

            <a id="contact-page"></a>

           

            <div class="contact">

              <div class="grid_5 alpha">

                   

                    <div class="container-contact">

                        <h2 align="right" class="style8">Contact</h2>

                       

                        <div id="log"></div>

                       

                        <form id="contacts" method="post" action="include/inc_sendmail.php">

                            <fieldset>

                                <input tabindex="1" type="text" id="visitor" name="visitor" value="Name" onfocus="if (this.value=='Name') this.value='';" onblur="if (this.value=='') this.value='Name';" class="text name" />

                                <br />

                               

                                <input tabindex="3" type="text" id="visitormail" name="visitormail" value="E-mail" onfocus="if (this.value=='E-mail') this.value='';" onblur="if (this.value=='') this.value='E-mail';" class="text mail" />

                                <br />

                               

                                <textarea tabindex="4" id="notes" name="notes" cols="30" rows="3" onfocus="if (this.value=='Message') this.value='';" onblur="if (this.value=='') this.value='Message';" class="text message">Message</textarea>

                                <br />

 

 

                                      <input class="button" name="Send" value="Send e-mail" type="submit" />

                                  </fieldset>

                        </form>

                    </div>

              </div>

 

 

              

                <div class="grid_4 omega contact-info">

                  <div align="center">

                    <p class="style25"> </p>

                    <p align="left" class="style36">Questions? Comments?                      </p>

                  </div>

                  <p align="left" class="style29 style35">Email: jessicawarrick@live.com</p>

                  <p align="left" class="style29 style35">Phone: 206.306.6545   </p>

                  <p align="left" class="style28">I spend my day working on projects, so I will do my best to respond as soon as possible. </p>

                  <p align="left" class="style28">I look forward to hearing from you!</p>

                  <p class="style1"><img src="images/mailboxboy.jpg" alt="mail boy" width="238" height="115" /></p>

                  <p class="style1"> </p>

                  <img src="images/LogoJessicaWarrick2-contactpage.png" alt="logo-small" width="206" height="57" />

                   

                    <h3 align="center"> </h3>

                   

                    <address>

                    </address>

                   

                    <p class="right"> </p>

              </div>

               

                <div class="clear"></div>

            </div>

           

            <div class="contact-bottom-bg"></div>

            <!-- END CONTACT PAGE -->

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points