SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: forms VS <mail to:>
-
Sep 1, 2000, 05:34 #1
- Join Date
- Jun 2000
- Location
- England
- Posts
- 587
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I am planning to launch my site in a month and have some questions on forms I hope some people can help out with
1.) I am planning to have quite a few different needs for visitor feedback on my site.
i.e contact webmaster
contact site
sign up for competition
send in articles
readers Views (going to publish our reader emails..
so which ones do i use forms for and which ones do I use mailto's for. IMO mail to's look unproffesional do you agree ? What if some one does not have a pop account and only had mail account, its just gonna cause then grief right ? I was thinking that the first 2 could be mail to's and the rest forms, and perhaps I could integrate the last two in the same form ? What do you think ?
2.) If I just do the form in html and then get a cgi script to send it to my mail account will the script also have the code to display logically ?
Thanks you very much
Cloughie
-
Sep 1, 2000, 06:07 #2
- Join Date
- Mar 2000
- Location
- Muskegon, MI
- Posts
- 2,328
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
1) I have a personal pet-peeve with sites that don't use forms for feedback or other contact info, especially when I am at school or work and don't have an easy way to mail. The other strong point with forms is that you can control the information given. However, it is still a good idea to have a 'contact us' page that not only uses a form, but has email addresses for each staff member, an info@yourdoamin, the postal address, and phone number.
2) ???
I have always used FrontPage for forms since it gives you the ability to send the results to an email address, database, and/or to a file on a sub-directory for back-up with just a few simple clicks.
[Edited by westmich on 09-01-2000 at 10:00 AM]
-
Sep 1, 2000, 07:00 #3
- Join Date
- Aug 1999
- Location
- East Lansing, MI USA
- Posts
- 12,937
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
2 items to note.
With a mailto link you're assuming the person has their browser set up for mail and all that.
And even if you use a form, unless you're using a form processing script then the above still applies, the best way to get information would be a form processing script, not just a form.
Chris
-
Sep 1, 2000, 07:06 #4
- Join Date
- Jul 1999
- Location
- A cave with 47 computers and an internet feed
- Posts
- 3,559
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
so which ones do i use forms for and which ones do I use mailto's for.
I would use forms for all of them, except perhaps contacting the webmaster, but its a lot easier for your visitors to fill out and submit a form, rather than send an email. Some don't even have email access from certain computers. Also, mailto's cause a warning before the user submits the form, telling them that their email address will be visible to the recipient (which is no big deal) but it still might scare or confuse them. Go for the forms.
2.) If I just do the form in html and then get a cgi script to send it to my mail account will the script also have the code to display logically ?
I'd personally use formmail.pl to help in creating your forms. Its very customizable and performs its job well. You can set up the html in the form to display the field however you like. If you need an example, you can look at forms I've created at http://www.pawsitronic.com/request.html
Hope this helps!
Sherice Jacob - Web Improvement Expert
Improve Website Conversions | eBook Covers
Follow Me on Twitter!
-
Sep 1, 2000, 09:29 #5
- Join Date
- Aug 1999
- Location
- Lancaster, Ca. USA
- Posts
- 12,305
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Some people will be accessing you site and not even have a computer.
I personally would use forms and scripts to process those forms for every request for information you want from the user. Not only do you get it in easy to use formats and can put it in a database for statistics and extrapolation, but you can guide the users responses by the choices you provide. Free form answers can always be included at textarea boxes.
Bookmarks