Thread: ASP form-mail
View Single Post
Old 04-08-2008, 09:50 AM   #1 (permalink)
graisbeck
Junior Member
 
Join Date: Dec 2007
Posts: 13
Default ASP form-mail

Hi,
I have a form already coded into my contact page which has the following fields -

<form action="???" method="post" class="form">
<p class="p_formtext">Full Name:</p>
<p class="p_input"><input name="name" type="text" size="42" /></p>

<p class="p_formtext">Telephone Number:</p>
<p class="p_input"><input name="telephone" type="text" size="42" /></p>

<p class="p_formtext">Email Address:</p>
<p class="p_input"><input name="email" type="text" size="42" /></p>

<p class="p_formtext">Postal Address:</p>
<p class="p_input"><textarea name="address" cols="32" rows="6"></textarea></p>

<p class="p_formtext">Enquiry:</p>
<p class="p_input"><textarea name="enquiry" cols="32" rows="10"></textarea></p>

<p class="p_formtext"><input type="submit" value="submit" /></p>
</form>

Because my clients' hosting server does not support PHP (which I would normally use), my only other option is to use ASP which I've never used before.

Can anyone please help me with the ASP script for this form, or point me in the right direction to a template or script. I have searched for a suitable script but couldn't find one which I could easily adapt.

Thanks in advance for any help in this matter.
__________________
Gary
http://www.gladstone-websites.co.uk
graisbeck is offline   Reply With Quote
Sponsored Links