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?
yeah you can find a lot of contact forms online. Just search for "HTML Email Forum" or visit http://www.htmlbasix.com/forms.shtml http://www.mycontactform.com/ Or else you can send me details and I will create a form in PHP. Hope it helps. ~Freelance GD
http://www.unrated.be/entries/php-contact-form-with-multiple-emails/ has multiple emails if needed. You have to register at this site, but its good so do it! http://www.codedfx.com/Easy_Contact_form-t16349.html http://www.codedfx.com/Contact_Form-t16105.html http://www.codedfx.com/index.php?showtopic=8260&hl=contact that should do you eh?
HTML forms are pretty bad really. It'd probably be worth moving to a web host just to allow yourself to get PHP access. The reason why HTML forms aren't really ideal is because they don't send anything. They simply require the user to open up their default email program and it has the content they wrote in the email for them. It is fine for those that use Outlook Express / Microsoft Outlook. But most users these days use web-based email such as gmail, yahoo, hotmail, etc. None of those will be able to operate the form properly.
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.