Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE DREAMWEAVER:HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

How can I make a functioning "Contact" page

COW Forums : Adobe Dreamweaver

<< PREVIOUS   •   FAQ   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook
Bruce MacKownHow can I make a functioning "Contact" page
by on Aug 1, 2010 at 8:23:57 pm

I would like to make a simple contact page so visitors to my website can send me feedback.

Here is a great example of what I am shooting for:

http://maxmotorcyclevideos.com/contact.html

Very simple, just four fields. Name/email/subject/message, all sent with a submit button.

Where does this information go? How does the web developer receive the info? It gets forwarded to his personal email box? Or it gets stored on the website's server and needs to be retrieved?

So how can I do this? Please be as specific as possible.

Thanks!


Return to posts index
Reply   Like  


Fernando MolRe: How can I make a functioning "Contact" page
by on Aug 1, 2010 at 8:44:03 pm

In the FAQ there's info that may will help you.

http://forums.creativecow.net/faq/adobedreamweaver#49

*Always share a link to your site and rate the posts. This is a free service for you and for us.


Return to posts index
Reply   Like  

Richard WilliamsRe: How can I make a functioning "Contact" page
by on Aug 1, 2010 at 8:48:55 pm

hahahaha... replied at the same time again... =o)

Richard Williams
p.s. Please remember to rate our post replies and tick if solved. Also, please remember that we here are NOT employed by Adobe, we do this out of love and fun, so its always nice to recieve a Please and Thank You! :o)


Return to posts index
Reply   Like  
+1


Bruce MacKownRe: How can I make a functioning "Contact" page
by on Aug 2, 2010 at 4:59:54 pm

Thanks Fernando!


Return to posts index
Reply   Like  

Richard WilliamsRe: How can I make a functioning "Contact" page
by on Aug 1, 2010 at 8:47:41 pm

look at our FAQ link here in the forum, you will find an email section... Click Here
The PHP Form is what you want to recreate. Basically, you submit from your form, to a php page, which is more secure and the site users do not see it. The form submits to the php page, and it is there you tell it what to do, such as where to send the email to etc. THis way spam bots can not find your email address.

Richard Williams
p.s. Please remember to rate our post replies and tick if solved. Also, please remember that we here are NOT employed by Adobe, we do this out of love and fun, so its always nice to recieve a Please and Thank You! :o)


Return to posts index
Reply   Like  

Bruce MacKownRe: How can I make a functioning "Contact" page
by on Aug 1, 2010 at 9:31:46 pm

Richard,

Thanks for pointing me to the FAQ.

The PHP page looks like the best of the three options but It says:

"Be aware that you shouldn't use this form in your website unless you want people to use the form to send you spam messages."

How can I minimize spam resulting from a contact form?


Return to posts index
Reply   Like  



Richard WilliamsRe: How can I make a functioning "Contact" page
by on Aug 2, 2010 at 4:52:09 pm

there are a few ways of doing this, a few different ways of doing each.

One way is to use some validation on the form. You could validate the form through the HTML, Spry do some nice validation widgets you can use. These basically check the the fields are what they are intended to be. For instance, you can make an input field an email address, and set the page to insist on having an email address typed in it, then the form will vaildate it only if the text has an @ and a . in it.... something@somewhere.showwhere

Of course, this will not stop people typing in nonsence email addresses, but it can help keep away some auto spammers.

You can set other fields, such as name, to have a minimum value or something like that...
This method tends to rely on javascripting, and of course, javascripting can be disabled, thus the validations will not matter and you can still be spammed.

You could also validate the form through the PHP... this works in much the same way, but as it is in the PHP form it tends to fend off a bit more spam... you can google PHP form validation and see lots of examples...

The more commonly used thing now is the CAPTCHA. This is the name for those image based distorted text charachters or words that you have to type into a box to validate... you know... the ones sometimes you cant read too clearly... Basically things that can be understood by humans, but no current computer prgrams can understand them.

again, goolge free CAPTCHA and you will find plenty you can use on your site. http://www.captcha.net/ for instance.

Richard Williams
p.s. Please remember to rate our post replies and tick if solved. Also, please remember that we here are NOT employed by Adobe, we do this out of love and fun, so its always nice to recieve a Please and Thank You! :o)


Return to posts index
Reply   Like  

Bruce MacKownRe: How can I make a functioning "Contact" page
by on Aug 2, 2010 at 4:59:20 pm

Wow, great reply. Very informative!
Thank you very much Richard!


Return to posts index
Reply   Like  

<< PREVIOUS   •   VIEW ALL   •   PRINT   •   NEXT >>
Share on Facebook


FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]