Forum Moderators: open
However i don't know the script that will send the form data to a web address.
Can anyone help?
Thanks
Mark
Here is the code for the form
<form id="form1" action="" enctype="multipart/form-data" name="form1">
Your Name:<br>
<input type="text" class="input1"><br>
<br style="line-height:8px;">
Your Phone:<br>
<input type="text" class="input1"><br>
<br style="line-height:8px;">
Message:<br>
<textarea rows="30" cols="40"></textarea><br>
<br style="line-height:7px;">
<img alt="" src="images/spacer.gif" width="100" height="1"><a href="#" onclick="document.getElementById('form1').reset()">Reset</a><img alt="" src="images/spacer.gif" width="30" height="1"><a href="#" onclick="document.getElementById('form1').submit()">Submit</a><br>
</form>
Free scripts are available all over the web for collecting basic form information like this --any search eninge will reveal lots of choices. However, you should change the name of the file involved to something uncommon.