Welcome to Lockergnome.com!
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Need a non-php contact form

 
   Home -> General -> Web Developers RSS
Next:  Web Developers: Javascript for floating image please...?  
Author Message
coralia




Joined: Aug 01, 2007
Posts: 1



(Msg. 1) Posted: Wed Aug 01, 2007 6:56 am
Post subject: Need a non-php contact form

Hello,

I need a contact form on my website, that will send to my email address what the visitor enter in the form fields. The problem is that I can't run any php scripts.. is there a way to use some html form?
Smile
Back to top
Login to vote
infognome




Joined: Aug 04, 2003
Posts: 4



(Msg. 2) Posted: Tue Aug 14, 2007 9:52 pm
Post subject:

Here's one we used often. If your hosting package won't support FormMail, or if you have other questions, feel free to contact me.

You can see an example of this recipe here:

http://sojournmedia.com/contact.htm

<form action="http://yourwebsite.com/cgi-sys/FormMail.pl" method="Post" name="contact" id="contact">
<input type="hidden" name="recipient" value="place_your_email_address_here">
<input type="hidden" name="subject" value="Contact Information Request">
<input type="hidden" name="required" value="name,email">
<br>
<table width="425" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100" valign="middle" scope="col"><div align="right">* Name: ;</div></td>
<th width="325" scope="col"><div align="left">
<input name="name" type="text" id="name" size="34" maxlength="50">
</div></th>
</tr>
<tr>
<td valign="middle"><div align="right">* Email: ;</div></td>
<td><div align="left">
<input name="email" type="text" id="email" size="34" maxlength="52">
</div></td>
</tr>
<tr>
<td valign="middle"><div align="right">Telephone: ;</div></td>
<td><div align="left">
<input name="telephone" type="text" id="telephone" size="34" maxlength="18">
</div></td>
</tr>
<tr>
<td valign="middle"><div align="right">Comments: ;</div></td>
<td><div align="left">
<textarea name="comments" cols="26" rows="5" id="comments"></textarea>
</div></td>
</tr>
</table>
<table width="425" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="45" valign="bottom"><div align="center">
<input type="submit" name="submit" value="Submit">
</div></td>
</tr>
</table>
</form>
Back to top
Login to vote
Display posts from previous:   
       Home -> General -> Web Developers All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
  General
 Microsoft Windows XP
 Microsoft Windows Vista
 Microsoft Windows (other)
 Microsoft Office
 Microsoft Office (other)
 Computer Security
 Linux
 Movies


[ Contact us | Terms of Service/Privacy Policy ]