Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[REL] Custom contact form [Working]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sysode" data-source="post: 177649" data-attributes="member: 25453"><p>Sup, haven't released anything for some time now and thought I'd whip something quick up now.</p><p> </p><p><strong>Lé contact form</strong></p><p>Basically a contact form that will stand out from the rest, completely customized etc.. Hope you like it, it's free (Obv..) so I'll give both a demo and screenshots.</p><p> </p><p> </p><p>Lé Screenshot - <a href="http://i.imgur.com/BdYBxDB.png" target="_blank">http://i.imgur.com/BdYBxDB.png</a></p><p> </p><p>Lé Demo - <strong><a href="http://reecematthews.co.uk/le/" target="_blank">View demo</a></strong></p><p> </p><p> </p><p>Lé Download - <strong><a href="http://www.reecematthews.co.uk/le/contact.zip" target="_blank">Download</a></strong> (Don't trust? Don't download)</p><p> </p><p>Okay, so the aim of this was to provide a neat looking contact form that worked, I haven't included the PHP for the form to work, incase you wanted to add your own.</p><p> </p><p>If you do not wish to add your own, please use the template below, it is very basic:</p><p> </p><p>[PHP]<?php $name = $_POST['name'];</p><p> </p><p>$email = $_POST['email'];</p><p> </p><p>$message = $_POST['message'];</p><p> </p><p>$formcontent="From: $name \n Message: $message";</p><p> </p><p>$recipient = "example@domain.com";</p><p> </p><p>$subject = "Contact Form";</p><p> </p><p>$mailheader = "From: $email \r\n";</p><p> </p><p>mail($recipient, $subject, $formcontent, $mailheader) or die("Error!");</p><p> </p><p>echo "Thank You! Your form has been sent to me, you may now return back to where you came from by <a href=\"http://www.reecematthews.co.uk/site\">clicking here.<a/>";</p><p> </p><p>?></p><p>[/PHP]</p><p> </p><p> </p><p> </p><p> </p><p>Eh, sorry it isn't much but hope it helps.</p></blockquote><p></p>
[QUOTE="Sysode, post: 177649, member: 25453"] Sup, haven't released anything for some time now and thought I'd whip something quick up now. [B]Lé contact form[/B] Basically a contact form that will stand out from the rest, completely customized etc.. Hope you like it, it's free (Obv..) so I'll give both a demo and screenshots. Lé Screenshot - [URL]http://i.imgur.com/BdYBxDB.png[/URL] Lé Demo - [B][URL='http://reecematthews.co.uk/le/']View demo[/URL][/B] Lé Download - [B][URL='http://www.reecematthews.co.uk/le/contact.zip']Download[/URL][/B] (Don't trust? Don't download) Okay, so the aim of this was to provide a neat looking contact form that worked, I haven't included the PHP for the form to work, incase you wanted to add your own. If you do not wish to add your own, please use the template below, it is very basic: [PHP]<?php $name = $_POST['name']; $email = $_POST['email']; $message = $_POST['message']; $formcontent="From: $name \n Message: $message"; $recipient = "example@domain.com"; $subject = "Contact Form"; $mailheader = "From: $email \r\n"; mail($recipient, $subject, $formcontent, $mailheader) or die("Error!"); echo "Thank You! Your form has been sent to me, you may now return back to where you came from by <a href=\"http://www.reecematthews.co.uk/site\">clicking here.<a/>"; ?> [/PHP] Eh, sorry it isn't much but hope it helps. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[REL] Custom contact form [Working]
Top