Heya, How can I add a "Contact Us" page (with an email form) on my website www.FreeFilmWorld.com ? Any help will be appreciated! Thanks Ps: This is a wordpress theme!
The best I have found (and I use myself) is the "Secure Form mailer" by DagonDesign It has excellent features like CAPTCHA (if needed). Best of all, it does not expose your email ID so as to keep you away from spam.. The page below explains everything (about installation, creating forms, setting them up, etc) http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/ Code (markup):
Not sure how I get it working properly, so far i've got this far: http://freefilmworld.com/contact-us See, you can't actually send in an email . Any help?
I guess it has something to do with your theme. Have you tried placing your contact in a page instead of a post.
The good news: It works on a Post The bad news: It cant be on a post! . Maybe i'll need to find another one. Any more suggestions?
I think that the problem is with the theme. Your current heme doesn't have space for pages. (I mean, in other themes, the pages show up as a nav menu or a sidebar)
Hi, you can also try contact from7 and copy the short code of contact from 7 and paste it in the contact us page i hope it will work.
the Best Plugin for Contact Forms, and the last one you will ever need is Gravity Forms. Sure there are others like Contact Form 7, CForms II by Delicious Days, they are free and i have used them on many sites, however Gravity Forms is so much easier and more powerful, did i mention you don't need to paste in codes, you just click on a forms icon & select the one you want, when you write a post or page, how cool is that? You can even use it for user post submission, order forms, application forms. Anyways just watch the video to see what i mean
use a contact us form plugin and install it on your wordpress website. then creat a page name contact us and use that plugin on your page.
I have a wordpress site too... There's a wordpress plugin I use alot to help me attach the contact us page. The wordpress plugin is called "reCAPTCHA Form" I simply install the plugin follow instructions and add a simple code to the new page I created. It was done in like a minute. Go to wordpress plugin directory and type in keyword, "reCAPTCHA Form" many folks download it and it also have 5 star rating... I hope this helps...
Wow you must be really confused man, listen heres what you have to do. 1st you want to free up some space on that page. you can do this by creating a default template for your contact page. Simply opened up your index.php file, at the very top line add this <?php /* Template Name: name of template */ ?> then edit the size of your main content div (make it larger), which should be your "post" div. After that save the file as contact-temp.php and upload it to your current theme's default folder. Once you have done that, go back to your wordpress dashboard and go to pages, select contact us, then on the right side about halfway down the page you will find "Template" with a drop down, by default is should have "default template" selected. change that to what ever you named you template , example <?php /* Template Name: contact page */ ?> Click publish! Once thats done you will need a plug-in to assit you in creating a contact form. go to your dashboard and click "add new" under the plugin tab then do a search for contact form 7. its a very simple easy to use plug-in, yes there are much better ones out there, but they are also more advanced. contact form 7 allows you to make a functional form that can also be styled nicely. I hope this helps, because according to everyone elses response, i would think that you would be a bit confused.