little help with contact form code please
have contact box template use. can tell ma enter email details , other info need before upload site. i.e have connect via server etc. time.
stan
<div id="contactform">
<h2>why not contact today !</h2>
<form action="#" method="post">
<fieldset>
<legend>contact form</legend>
<label for="fullname">name:
<input id="fullname" name="fullname" type="text" value="" />
</label>
<label for="emailaddress" class="margin">email:
<input id="emailaddress" name="emailaddress" type="text" value="" />
</label>
<label for="message">message:<br />
<textarea id="message" name="message" cols="40" rows="4"></textarea>
</label>
<p>
<input id="submitform" name="submitform" type="submit" value="submit" />
<input id="resetform" name="resetform" type="reset" value="reset" />
</p>
</fieldset>
</form>
</div>
contact forms ideally consist of two files
the html form page showed, plus
a separate "email" processing script (usually php)
this separate script available hosting provider.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment