This is a discussion on "Forms" within the Web Page Design section. This forum, and the thread "Forms are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Forms
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Forms
Hi all!
I apologise now because I know I am in the wrong place, but o well here goes my problem! I no how to create a simple form, but how do you encorporate that so that somebody on a website can fill in information and then press a submit button and then that information is sent to my email account? please help! Many Thanks Cracka |
|
|
|
#2
|
|||
|
|||
|
Re: Forms
you need to make the form in html...you know how to do that?
And then you have two options...well literally you have two options but really there is only one suitable solution! Firstly you could sue dthis as the action:
The option you should use it to use a PHP script to send the contents of the form. With PHP you can do a load of things like validate form inputs to prevent hackers, redirect the user to a thank you page once they have submitted their data, send the user an automatic email saying your information has been successfully received, format the data sent to your emaila ddress to make it easy to read and LOADS more. Look for PHP form tutorials and you will find loads to get you going. Mike |
|
#3
|
|||
|
|||
|
Re: Forms
Search the forum for contact form ... this has been answered MANY times before.
|
|
#4
|
|||
|
|||
|
Re: Forms
Here is the php code that I use, you will have to change it to fit your functions.
Last Blog Entry: First Post! (Apr 18th, 2008)
|
![]() |
| Tags |
| forms |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forms | acrikey | Web Page Design | 13 | Aug 6th, 2007 21:31 |
| JS and Forms | roki13 | JavaScript Forum | 1 | Jun 6th, 2007 15:28 |
| Forms | nzamusangamungu | Web Page Design | 5 | Nov 13th, 2006 13:10 |
| forms | mickc90 | PHP Forum | 3 | Aug 1st, 2006 22:06 |
| forms | atomicant_2005 | JavaScript Forum | 15 | Dec 9th, 2005 16:09 |