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?
![]()
As Michael said, HTML does not have that capability. Sending emails is a server-side job. If you can't run php I'm assuming you aren't able to run any server-side scripts at all...
I don't recommend mailtos however, you'll have more spam that you can imagine in a short amount of time if you put your address out for all the bots to harvest...
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.![]()