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?
:D
Printable View
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?
:D
Can you run asp scripts?
you can set the HTML to just e-mail it to you.
something like
then you get something likeQuote:
<form method="post" action="mailto:[email protected]" enctype="text/plain">
<input type=text name=your_comments>
<input type=submit value="Submit Your Comments">
</form>
a=answer&b=answer2.....
in your e-mail.
Its not pretty, not the way I would recommend but if thats the way it has to be....
I'd see if you can run any other kinds of script such as perl, ASP, heck even VB or something just to tidy it up.
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.:)
I dont know if I would want that since all the traffic is going to transmit through them in plaintext. I always have and always will write these kind of things in php. Check out this one http://www.xentrik.net/php/mailform.php