PDA

View Full Version : Need a contact form



ferent
07-21-2007, 04:49 AM
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?
:)

DarkDragon
07-21-2007, 04:56 AM
Yes. Use something like


<form action="MAILTO:[email protected]" method="post" enctype="text/plain">

ferent
07-24-2007, 04:30 AM
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.:)

DarkDragon
07-24-2007, 04:35 AM
Such a system sets off my "potential critical privacy abuse" detector, which may or may not be important depending on what you're using the form for.

AtmaWeapon
07-24-2007, 11:43 PM
I'd normally say that too but they have a decent privacy statement and doing a quick search for it only reveals a lot of people using it, it's probably good enough.

*edit* Though the address in Romania did bump them back up a few notches on my creep-out-o-meter

Gerudo
07-25-2007, 10:28 AM
seems like carbon copy cut and paste website spam to me...

*shrug*