Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 10-28-2005, 05:04   #1 (permalink)
MTC
Civilians

 
Default Email form

As virtually every website of any consequence has this, I feel a bit foolish
not being able to figure out how to do it.

Anyway, I want to put a sign-up form on the main page of my site that will
collect the visitors name and email, then send them to another webpage
("thank you" page, download page, etc.) once the information has been
submitted. I've looked everywhere I can think of for a script or something
that will do this with no results.

The closest I have been able to come is a form generator that creates a form
on a seperate page (that can't be edited) that the visitor has to click a
link to get to.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 10-28-2005, 09:03   #2 (permalink)
Mark Parnell
Civilians

 
Default Re: Email form

In our last episode, MTC <freightshkr@earthlink.net> pronounced to
alt.www.webmaster:

> Anyway, I want to put a sign-up form on the main page of my site that will
> collect the visitors name and email, then send them to another webpage
> ("thank you" page, download page, etc.) once the information has been
> submitted.


Sounds pretty straight forward.

> I've looked everywhere I can think of for a script or something
> that will do this with no results.


Have you tried your host? Most usually have a basic form handler script
available.

Otherwise it will depend what server-side language(s) you have available
to you. But there are plenty around. E.g. for PHP:
http://hotscripts.com/PHP/Scripts_an...ors/index.html

--
Mark Parnell
http://clarkecomputers.com.au
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2005, 09:03   #3 (permalink)
Matt-the-Hoople
Civilians

 
Default Re: Email form

Quoth trevor in alt.www.webmaster

> you have to at least try, even for one milisecond, to find your answer
> by SEARCHING for it.
>


Trevor is right, though I think it's more like a femtosecond.

http://www.boaddrink.com/

--
# www.mattlindi.com
# matt.lindi@your_clothes_mattlindi.com
# remove _your_clothes_ to email me
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2005, 09:03   #4 (permalink)
MTC
Civilians

 
Default Re: Email form


"Mark Parnell" <webmaster@clarkecomputers.com.au> wrote in message
news:4361c3cc$0$21701$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
> In our last episode, MTC <freightshkr@earthlink.net> pronounced to
> alt.www.webmaster:
>
>> Anyway, I want to put a sign-up form on the main page of my site that
>> will
>> collect the visitors name and email, then send them to another webpage
>> ("thank you" page, download page, etc.) once the information has been
>> submitted.

>
> Sounds pretty straight forward.
>
>> I've looked everywhere I can think of for a script or something
>> that will do this with no results.

>
> Have you tried your host? Most usually have a basic form handler script
> available.
>
> Otherwise it will depend what server-side language(s) you have available
> to you. But there are plenty around. E.g. for PHP:
> http://hotscripts.com/PHP/Scripts_an...ors/index.html
>
> --
> Mark Parnell
> http://clarkecomputers.com.au


Thanks for the information!

My host does have a form generator. It's the one that requires that the
visitor click a link that takes them to the form on another page rather than
having it incorporated on my main page.

I checked out the link you offered. As it's obvious I know very little about
this, my next question would be: is having the visitor automatically sent to
another page something common to these scripts? The descriptions seem only
to make reference to how the collected information is handled.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2005, 09:03   #5 (permalink)
Tina - AxisHOST, Inc.
Civilians

 
Default Re: Email form

"MTC" <freightshkr@earthlink.net> wrote in message
news:GGm8f.1264$m81.398@newsread1.news.atl.earthli nk.net...
>
> "Mark Parnell" <webmaster@clarkecomputers.com.au> wrote in message
> news:4361c3cc$0$21701$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
>> In our last episode, MTC <freightshkr@earthlink.net> pronounced to
>> alt.www.webmaster:
>>
>>> Anyway, I want to put a sign-up form on the main page of my site that
>>> will
>>> collect the visitors name and email, then send them to another webpage
>>> ("thank you" page, download page, etc.) once the information has been
>>> submitted.

>>
>> Sounds pretty straight forward.
>>
>>> I've looked everywhere I can think of for a script or something
>>> that will do this with no results.

>>
>> Have you tried your host? Most usually have a basic form handler script
>> available.
>>
>> Otherwise it will depend what server-side language(s) you have available
>> to you. But there are plenty around. E.g. for PHP:
>> http://hotscripts.com/PHP/Scripts_an...ors/index.html
>>
>> --
>> Mark Parnell
>> http://clarkecomputers.com.au

>
> Thanks for the information!
>
> My host does have a form generator. It's the one that requires that the
> visitor click a link that takes them to the form on another page rather
> than having it incorporated on my main page.


Are you sure? You should be able to use the form code on any page that you
wish.

--Tina


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2005, 13:04   #6 (permalink)
Alan Little
Civilians

 
Default Re: Email form

Carved in mystic runes upon the very living rock, the last words of MTC
of alt.www.webmaster make plain:

> As virtually every website of any consequence has this, I feel a bit
> foolish not being able to figure out how to do it.
>
> Anyway, I want to put a sign-up form on the main page of my site that
> will collect the visitors name and email, then send them to another
> webpage ("thank you" page, download page, etc.) once the information
> has been submitted. I've looked everywhere I can think of for a script
> or something that will do this with no results.
>
> The closest I have been able to come is a form generator that creates
> a form on a seperate page (that can't be edited) that the visitor has
> to click a link to get to.


If I understand correctly, your main issue is with how to have the form
itself included in your page. There are plenty of form generators, but if
you want it included in your page, you're probably going to have to get
your hands a little dirty and cut-and-paste the form code. You're
probably better off just learning how to create a form in HTML -- it's
quite easy, really.

Once that's done you need something on the back end that receives the
form contents and does stuff with it. There are lots of scripts for this;
I of course recommend Phorm.

--
Alan Little
Phorm PHP Form Processor
http://www.phorm.com/
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
form results to email not working Joe Web Design 4 09-27-2005 03:00
how was this done with my email form? hacker? Heidi Web Design 8 09-13-2005 11:00
Help with email address to respond to in a contact form Tony Web Design 1 06-27-2005 23:00
contact Form want to force an email address Web Design 0 01-30-2005 15:00
html email form on Win XP SP2? Frank Web Design 5 11-22-2004 21:00


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 19:31.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.93093 seconds with 19 queries