Email Form

  • treskate
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 21, 2004
  • Posts: 33
  • Loc: h-tizzile
  • Status: Offline

Post June 21st, 2004, 3:24 am

Hi, and yes I'm new. I just want to know a code how to make a email form where if someone want to contact me me they would just fill something out like this. http://www.smoke3k.net/index2.php?tm=contacts&go=things

I have a cheap little website and thought this would be a nice feature. I have looked around but can't find anything. Is there some code or something to make this form? Any help is needed. :shock:
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post June 21st, 2004, 3:24 am

  • s15199d
  • Expert
  • Expert
  • User avatar
  • Joined: Feb 20, 2004
  • Posts: 524
  • Loc: NC, USA
  • Status: Offline

Post June 21st, 2004, 6:31 am

Use your browsers "view source" function to see the code the designer has used for the page you linked to above. The part of his code that you need is the
Code: [ Select ]
<form>all the code in here</form>
Everything b/t the two form tags. Any more questions after that...holler back
Image
Give a man a fish he eats for a day. Teach a man to fish he eats for a lifetime.
  • fional24
  • Graduate
  • Graduate
  • No Avatar
  • Joined: Nov 12, 2003
  • Posts: 125
  • Loc: Scotland
  • Status: Offline

Post June 21st, 2004, 6:53 am

creating your form is going to be the easy part.

The example you have shown has been created in php. This is fine if you already know php or are able to learn it quicky.

If not, you could create a form in html and use a cgi script to have the results mailed to you.

If this is the route you want to take, speak to your webhost, they may have pre written scripts you can use for free.
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post June 21st, 2004, 7:43 am

This is the emailer I currently use:

http://www.scriptsearch.com/cgi-bin/jump.cgi?ID=7475

Its called dynaform, and its PHP based. Very simple to use, you customize the php file, and insert some simple code into your email form. Probably the simplest way to do it!! PM me if you need help!
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights
  • Spider1975
  • Newbie
  • Newbie
  • No Avatar
  • Joined: Jun 19, 2004
  • Posts: 12
  • Status: Offline
  • UNFLUX
  • Genius
  • Genius
  • User avatar
  • Joined: Dec 20, 2002
  • Posts: 6382
  • Loc: twitter.com/unflux
  • Status: Offline

Post June 21st, 2004, 8:15 am

//moved to programming :)
UNFLUX.FOTO
  • treskate
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 21, 2004
  • Posts: 33
  • Loc: h-tizzile
  • Status: Offline

Post June 21st, 2004, 4:07 pm

Thanks to all of you. I think I'm gunna try to use the "dynaform".I just downloaded it.I think I will get it.Thanks again...... 8)
  • LeZ_R
  • Born
  • Born
  • No Avatar
  • Joined: Jun 21, 2004
  • Posts: 3
  • Status: Offline

Post June 21st, 2004, 6:05 pm

Does dynaform require your server to have cgi or pearl? I am using a free service that does not supply either of these scripts. I need away around this dilemma.... ALL suggestions are appreciated :lol:
  • treskate
  • Novice
  • Novice
  • No Avatar
  • Joined: Jun 21, 2004
  • Posts: 33
  • Loc: h-tizzile
  • Status: Offline

Post June 21st, 2004, 6:24 pm

Yeah I am using geocities.com.(yeah i know,i know)And this "dynaform" does not work for it....... :(
  • SharkShark
  • Guru
  • Guru
  • User avatar
  • Joined: Apr 24, 2004
  • Posts: 1013
  • Loc: Living In Today
  • Status: Offline

Post June 21st, 2004, 7:10 pm

DynaForm is PHP based. You need a webhost that is running Apache. Contact your host for information on getting access.
Yesterday is history.Tomorrow is mystery.Today is a gift.
Car Audio Sytems
LED Emergency Lights
  • RichB
  • Guru
  • Guru
  • User avatar
  • Joined: May 17, 2003
  • Posts: 1121
  • Loc: Boston
  • Status: Offline

Post June 21st, 2004, 10:31 pm

For Geocities you need to use the form mail script that is provided for you. You can find out more about how to use this by logging in to your Geocities account and clicking on Web Site Add Ons under the Enhance My Web Site heading. From the add ons page click on Email Forms under Communicationis in the left-hand column.

Basically you just need to use this opening form tag:

Code: [ Select ]
<form method="post" action="http://geocities.yahoo.com/forms?login=yourGeocitiesName">


...replacing yourGeocitiesName with whatever screen name you use to log in to Geocities. You can put whatever fields you want before the closing </form> tag, and the results are sent to the alternate email address you have listed in your Yahoo! Account Information. There are a couple of sample forms on the Geocities page that describe how to use it or you can just make your own.
Free Programming Resources

Post Information

  • Total Posts in this topic: 11 posts
  • Users browsing this forum: No registered users and 299 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.