Coding for email response forms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am a new user of PHP, and am using Dreamweaver CS3 for the webpages. The 
following page has my form but the submit button is not working properly. 
http://www.richlandmtg.com/contacts.html
What code is needed and where does it get placed in the page.? I thought CS3 
took care of this.

Any input is greatly appreciated.
Tom
<tr>
       <td style="width:100%; height:100%; background:#EDEDED" class="deep1 
c3"><form action="" id="form"><table style="margin:30px 0 0 34px;">
        <tr>
          <td style="height:37px;"><font size="4">Contact Form</font></td>
         </tr>
        <tr>
          <td><p><b>Have a Question?.<br>
               </b><span class="p1">Please include Name, Email address and a 
short message when replying. Your questions will be answered 
shortly.</span><br>
          </p>
             <p><img src="images/1287-660.jpg" alt="Call Richland Mortgage 
Today" width="150" height="98"></p></td>
         </tr>
        <tr><td><img alt="" src="images/spacer.gif" width="1" 
height="11"></td></tr>
        <tr><td>Name:</td></tr>
        <tr><td><input name="Name" type="text" id="Name" 
maxlength="38"></td></tr>
        <tr><td>E-mail:</td></tr>
        <tr><td><input name="Email" type="text" id="Email" 
maxlength="38"></td></tr>
        <tr><td>Message:</td></tr>
        <tr><td><textarea name="Message" cols="2" rows="2" 
id="Message"></textarea></td></tr>
        <tr><td><b style="margin-left:95px;"><a href="#" 
onClick="document.getElementById('form').reset()">clear</a><img alt="" 
src="images/ch_more_red.gif"   style="margin:1px 0 0 3px; 
vertical-align:text-bottom"></b><b style="margin-left:17px;"><a href="#" 
onClick="document.getElementById('form').submit()">send</a><img alt="" 
src="images/ch_more_red.gif" style="margin:1px 0 0 3px; 
vertical-align:text-bottom"></b></td>
         </tr>
       </table></form></td>
      </tr>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux