You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
C
html form:
<form action="sendmail.php" method="post" >
<input type="text" name="name" value="Name" class="input-name"/><br />
<input type="text" name="email" value="Email" class="input-email"/><br />
<textarea name="message" class="input-message" ></textarea>
<input...
-
C
html form:
<form action="sendmail.php" method="post" >
<input type="text" name="name" value="Name" class="input-name"/><br />
<input type="text" name="email" value="Email" class="input-email"/><br />
<textarea name="message" class="input-message" ></textarea>
<input...