Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
Need a contact form

 

 


suda
Newbie

Mar 21, 2007, 2:19 AM

Post #1 of 5 (330 views)
Shortcut
Need a contact form Can't Post

Need a contact form


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?



gre dork
Senior Member


Mar 21, 2007, 7:50 AM

Post #2 of 5 (316 views)
Shortcut
Re: [suda] Need a contact form [In reply to] Can't Post

lol.

Search for form mails on google.


"Visa is just a credit card company, retard. "

- TazG, on visas.


Iluvata
Enthusiast


Mar 23, 2007, 12:26 PM

Post #3 of 5 (304 views)
Shortcut
Re: [suda] Need a contact form [In reply to] Can't Post


Code
<html> 
<body>
<form action="MAILTO:you@email.com" method="post" enctype="text/plain">

Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="60">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>
</body>
</html>





(20:20:29) <+Varenagan> I love farting with an itchy anus. It helps.


t0nersxb0ners
Newbie

Mar 24, 2007, 7:53 AM

Post #4 of 5 (297 views)
Shortcut
Re: [Iluvata] Need a contact form [In reply to] Can't Post

But that form would cause an annoying pop-up in outlook/thunderbird (or your default email client)

I would personally use a form mailer from a website.


http://www.city-wars.com


suda
Newbie

Apr 4, 2007, 3:42 AM

Post #5 of 5 (285 views)
Shortcut
Re: [suda] Need a contact form [In reply to] Can't Post

Thank you for your suggestions! I found a site that offers remotely hosted contact forms, www.emailmeform.com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.13 s on (CGI/1.1)