View Full Version : Help
faisal01
August 23rd, 2006, 06:51 AM
hi everyone im new on the board and KIRUPA rox... im using email form http://sphynkterstudios.com/contact.html which i took from KIRUPA.. i want thelp can anyone tell me hwo can i add more filds radio ,, check box in it :S
GrzKax
August 23rd, 2006, 07:21 AM
It's simple HTML. Check out:
http://www.w3schools.com/html/html_forms.asp
chrisclick
August 23rd, 2006, 08:45 AM
For a start there was a description on how to add more in the tutorial as I recall.
bwh2
August 23rd, 2006, 01:23 PM
sphynkter studios... charming.
faisal01
August 24th, 2006, 04:46 AM
thx let me check ... :) .. btw KIRUPA rox ;)
faisal01
August 24th, 2006, 04:48 AM
i know how to put fields, radio and check box in HTML .. but after that how i will put the in PHP page :S
faisal01
August 26th, 2006, 06:47 AM
anyone will help?
bwh2
August 28th, 2006, 09:45 AM
<form method="POST" action="mailer.php">
you need to make a mailer.php which uses $_POST to accept the variables passed to it. ex:
$name = $_POST['name'];
echo $name;
there are hundreds of good tutorials on the web for using php mail forms.
faisal01
August 28th, 2006, 05:02 PM
can you tell me any one off PHP tutorials...
bwh2
August 28th, 2006, 05:15 PM
if you've already gone through this kirupa tutorial (http://www.kirupa.com/web/php_contact_form.htm), you just need to research html form input types that you want (radio, checkbox, etc.).
my suggestion is to just hack through some stuff, see if you can get it to work. if not, post some code here.
Digitalosophy
August 28th, 2006, 05:48 PM
sphynkter studios... charming.
:lol:
faisal01
August 29th, 2006, 08:57 AM
:lol:
lol whats so funny?
faisal01
August 29th, 2006, 03:22 PM
if you've already gone through this kirupa tutorial (http://www.kirupa.com/web/php_contact_form.htm), you just need to research html form input types that you want (radio, checkbox, etc.).
my suggestion is to just hack through some stuff, see if you can get it to work. if not, post some code here.
lol thanks for the help :D ... it worked ... http://sphynkterstudios.com/requestquote.html
thanks alot.....
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.