Need a contact form
Author | Topic: Need a contact form |
---|---|
Apprentice
Member # 9424
|
written Tuesday, July 24 2007 01:08
Profile
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? Posts: 1 | Registered: Tuesday, July 24 2007 07:00 |
...b10010b...
Member # 869
|
written Tuesday, July 24 2007 03:07
Profile
Homepage
Um, you might want to read the forum description again. This is a forum for technical problems with Spiderweb Software games, not a general-purpose tech support forum. Now, there are a lot of very friendly and computer-literate folks here, so you might get a response anyway. But don't count on it. -------------------- The Empire Always Loses: This Time For Sure! Posts: 9973 | Registered: Saturday, March 30 2002 08:00 |
Law Bringer
Member # 2984
|
written Tuesday, July 24 2007 04:32
Profile
Homepage
http://groups.google.com . --- But since I'm qualified to answer and have time: It's ugly, but I've seen it work. Brett Bixler's BoA Louvre site has a submission form that relies entirely on client side code. What happens is that you fill out the form, and get redirected to your email client "Compose" window, from where you send the email yourself. This is accomplished by making your form like the following: Note that this is very unreliable: It will not work for people who have no local mail client (which surprisingly exist), the submitted data can only be parsed by a human, etc. You're probably better off giving people your email address and telling them what information to include in their manually sent message, since it's more reliable and about as convenient. [ Tuesday, July 24, 2007 04:33: Message edited by: jg.faust ] -------------------- Encyclopaedia • Archives • Members • RSS [Topic / Forum] • Blog • Polaris • NaNoWriMo Look on my works, ye mighty, and despair. | I have a love of woodwind instruments. "That damn meddling eskimo." --WKS about Alorael Posts: 8752 | Registered: Wednesday, May 14 2003 07:00 |