Jump to content
xisto Community
reldas

Contact Form

Recommended Posts

i am making a website and i want to put a contact me thing on it so people can email me with problems question and suggestion but i dont no how to do this i have a hotmail account plz i really want this and also if anyone could help out with a guestbook thing that would be great

 

 

-----This is not a tutorial. Moved from [How-To's and Tutorials > HTML, XML and other Markup Languages] to [How to's and Tutorial Request Section]-----szupie

Edited by szupie (see edit history)

Share this post


Link to post
Share on other sites

There are two ways.

 

1. Create a form using PHP or ASP to submit a message from the person to your email through the web page.

 

2. An easier way is to give them a link that brings up their e-mail client with your address in the Send To: bar.

 

<a href="mailto:your.email.name@hotmail.com">Email Me</a>

 

Then it would look like:

Email Me

 

 

You can find pre-made Guestbook scripts everywhere. All you need to do is type into google "Free Guestbook Script" and then click on one of the links that provide it.

Share this post


Link to post
Share on other sites

<a href="mailto:your.email.name@hotmail.com">Email Me</a>

this is probably not the best way from privacy point of view, because then robots crawling the web will be able to read your email address and you will receive spam in your mailbox.

Share this post


Link to post
Share on other sites

Personally, I will only use a PHP form to broadcast the information.However, you could also try using google search to try and find pre-made open-source contact forms.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.