Contact form?

Andy

Banned
Reaction score
0
Location
California
My Web hosting site has a contact form option that I can add, but I can't customize it the way I want.

What alternatives are there?
 
If your web host supports scripting languages such as PHP, you can write a simple script that forwards you the information via email. You can really do whatever you want...

You could also write your own simple html page with a link that opens the users default email client. Something like:

<a href="mailto:scott@mail.com?subject=hello world">Mail me</a>
 
Last edited:
Back
Top