Need a contact form

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: Need a contact form
Apprentice
Member # 9424
Profile #0
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
Profile Homepage #1
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
Profile Homepage #2
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:

<form action="mailto:email@address.com?SUBJECT=Web Form Submission">

[... HTML input fields]

</form>
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 ]

--------------------
EncyclopaediaArchivesMembersRSS [Topic / Forum] • BlogPolarisNaNoWriMo
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