1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

I need a good feedback form

Discussion in 'HTML & Website Design' started by phpmx, Sep 5, 2004.

  1. #1
    I am re-doing my website and I am looking for a simple php form (customizable)for feedback and requests. Any help will be greatly appreciated. :)
     
    phpmx, Sep 5, 2004 IP
  2. expat

    expat Stranger from a far land

    Messages:
    873
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    hotscripts.com
    loads just scan for php
    M
     
    expat, Sep 5, 2004 IP
  3. flawebworks

    flawebworks Tech Services

    Messages:
    991
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    78
    #3
    flawebworks, Sep 5, 2004 IP
  4. bobafind

    bobafind Peon

    Messages:
    128
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    HTML:
    
    <form action = "scriptname.php" method = "post">
    <label>
      Name: <input type = "text" name = "name" />
    </label>
    <label>
      Email address: <input type = "text" name = "email" />
    </label>
    <label>
      Subject: <input type = "text" name = "subject" />
    </label>
    <label>
      Comments / Feedback: <textarea name = "comments">
      </textarea>
    </label>
    </form>
    
    Code (markup):
    PHP [scripname.php]
    
    <?php 
    mail("youremail@yourdomain.com",$_POST['subject'],$_POST['comments'],"From: " . $_POST['email']);
    ?>
    
    PHP:
    Jus use some nice CSS to spruce up the look and you have a nice email form (unless you wanted the users to be able to leave comments for others to see)
     
    bobafind, Sep 6, 2004 IP
  5. mistmast

    mistmast Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi, u can certainly try http://www.clientform.com . its very easy to use and access!!:)
     
    mistmast, Jun 25, 2007 IP
  6. mgrohan

    mgrohan Active Member

    Messages:
    671
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    58
    #6
    mgrohan, Jun 25, 2007 IP
  7. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #7
    I'm wondering why are you reviving a 1024 days old thread.
    1024 = 2^10 :D
     
    ajsa52, Jun 25, 2007 IP
  8. mistmast

    mistmast Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I do not know whether I revived a 1024 days old thrread or not but I am pretty aasure about the fact that this http://www.clientform.com has been a great source for my website's needs:) Remember, OLD is GOLD:p
     
    mistmast, Jun 27, 2007 IP
  9. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #9
    Because on any other forum you'd get yelled at for not searching for an existing topic on that subject?

    Revive and old thread, people bitch "What's with the bump?".

    Post a new thread, people bitch "Don't you know how to use the ***** search?"

    See a trend?

    Though thankfully I've not seen that second behavior much on THESE forums - unlike some other places.
     
    deathshadow, Jun 27, 2007 IP