This is a discussion on "Help needed with creating a radio button form" within the PHP Forum section. This forum, and the thread "Help needed with creating a radio button form are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help needed with creating a radio button form
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Help needed with creating a radio button form
Hi all,
I am using dreamweaver MX and need to (quite urgently!!) create a form with a mixture of text boxes and radio boxes. Text boxes for simple questions, and then for the radio buttons - there will be a question, and they click the relevant radio button out of four. I can create a basic form on dreamweaver, but have no idea how to do it so the form submits and emails me the results? Can anyone point me in the direction of a good (free!) tutorial to learn as I am guessing it will be too much to put in a post! Many thanks Ben |
|
|
|
|||
|
Re: Help needed with creating a radio button form
Do you need to store the results somewhere or simply email them to yourself?
If you simply need to email them to yourself then have a look at the mail function in PHP As for processing the results in the first place, the first think you will need to do is check to see if the form has been submitted so you would have something like this:
Hope this helps. Gustava32 |
![]() |
| Tags |
| form, help, php |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] large radio button form submit | chriscant | JavaScript Forum | 7 | Oct 25th, 2007 09:03 |
| redirecting form based on radio button values | c_martini | JavaScript Forum | 7 | Oct 9th, 2007 10:26 |
| radio button interfering with drop down | antonyx | JavaScript Forum | 1 | Apr 27th, 2007 00:11 |
| Any way to use an image for a radio button? | masonbarge | Web Page Design | 23 | Jan 6th, 2007 09:06 |
| problem with radio button in form validation | augustus_emperor | JavaScript Forum | 1 | Apr 22nd, 2004 13:08 |