Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1422 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Graphic Design, Multimedia and Photography     Web Design Resources :

Contact Form

Thread title: Contact Form
Closed Thread  
Page 1 of 3 1 2 3 >
    Thread tools Search this thread Display Modes  
12-13-2005, 02:51 AM
#1
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old  Contact Form

Anyone know of a good HTML / PHP / CSS type of contact form??

12-13-2005, 02:57 AM
#2
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

Err... I don't know of one but i can make one if you need it

12-13-2005, 03:22 AM
#3
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old

lol for free?

12-13-2005, 03:27 AM
#4
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

Why not? Christmas spirit baby

12-13-2005, 03:32 AM
#5
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old

ahahaha sweet,
u got msn?

12-13-2005, 03:33 AM
#6
Shawon is offline Shawon
Shawon's Avatar
Status: Request a custom title
Join date: Nov 2004
Location: New York City
Expertise:
Software:
 
Posts: 1,164
iTrader: 0 / 0%
 

Shawon is on a distinguished road

Send a message via AIM to Shawon Send a message via MSN to Shawon

  Old

heres one i use, simple

PHP Code:
<?php
                    $name 
$_POST['name'] ;
                    
$email $_POST['email'] ;
                    
$subject $_POST['subject'] ;
                    
$message $_POST['message'] ;
                    
                    if (!isset(
$_POST['name'])) {
                
?>
                <form method="post" action="<?php echo("$php_self"); ?>">
                    Name:<br />
                    <input name="name" type="text" style="margin: 0px 0px 5px 0px;" /><br />
                    Email:<br />
                    <input name="email" type="text" style="margin: 0px 0px 5px 0px;" /><br />
                    Subject:<br />
                    <input name="subject" type="text" style="margin: 0px 0px 5px 0px;" /><br />
                    Message:<br />
                    <textarea name="message" rows="" cols="" style="margin: 0px 0px 5px 0px;"></textarea><br />
                    <input name="send" type="submit" class="submit" value="Send" alt="Send" />
                </form>
                <?php
                    
}
                    elseif (empty(
$name) || empty($email) || empty($subject) || empty($message)) {
                    echo(
"<p>Please fill out the form completely!</p>");
                    }
                    else {
                    
mail("likuidsmoke@gmail.com","$subject","$message","From: $name <$email>");
                    echo(
"<p>Your email has been sent, allow a few days for a response. Thank you!</p>");
                    }
                
?>
just replace likuidsmoke@gmail.com with your email and on the mail() function it goes "email to send to","subject of email","body of email","from part"

and u can add more fields to it just add it into the php part and make a field for it on the form

12-13-2005, 03:36 AM
#7
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old

alright, ill give it a shot in a sec

12-13-2005, 03:50 AM
#8
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old

http://www.blind-fate.com/v3/?view=contact

works perfect thanks alot!!

12-13-2005, 03:55 AM
#9
Dray is offline Dray
Dray's Avatar
Status: Request a custom title
Join date: Sep 2005
Location: Texas
Expertise:
Software:
 
Posts: 1,139
iTrader: 0 / 0%
 

Dray is on a distinguished road

  Old

Meh...i didn't get to excercise my christmas spirit O well i'm glad you got what you wanted :P

12-13-2005, 03:56 AM
#10
blindchild02 is offline blindchild02
blindchild02's Avatar
Status: TF Veteran
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 3,258
iTrader: 2 / 100%
 

blindchild02 is on a distinguished road

  Old

haha sorry
maybe you can help me with this.
if i remove the NAME input field.... will the persons email show up, instead of their name?

do u get what im sayin

Closed Thread  
Page 1 of 3 1 2 3 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed