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 -->
If you really want to build web sites, learn as much as you can about HTML & CSS first. Without a working knowledge of code basics, your problems will seem insurmountable because you won't understand the answers we give you. It's all about code.
HTML
http://www.w3schools.com/html/default.asp
CSS
http://www.w3schools.com/css/default.asp
PHP basic contact form
http://www.w3schools.com/php/php_mail.asp
If you want to get this done fast without learning code, consider using a service:
Wufoo.com (on-line form service) http://wufoo.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
North America
Europe, Middle East and Africa
Asia Pacific