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.
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)
Best free form and it's so simple! Have been using it for months now and no spam like i experience like i have experiences with a few others. Try http://www.freecontactform.com/ Another worthy mention is: http://www.thesitewizard.com/wizards/feedbackform.shtml
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
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.