have a contact box from a template i would like to use. can you tell ma where to enter my email details and any other info i need before i upload to my site. i.e do i have to connect it via server etc. thanks for your time.
stan
<div id="contactform">
<h2>Why Not Contact Us 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>
North America
Europe, Middle East and Africa
Asia Pacific