PDA

View Full Version : Need a contact form


xenia
07-27-2007, 10:29 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?
:)

Paul Ferrie
07-27-2007, 10:39 AM
html forms also use serverside scripts(php,asp) as there means of sending the email.

the only other thing you can do is use getURL("mailto:some@email.com") but this is heavily relying on the user having outlook or some similar email client installed on there machine.

xenia
07-31-2007, 01:14 PM
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.;)