I needed a simple contact form but couldn't find one here. I did it myself with the help of FoxyForm.com and am sharing it with everyone here. This isn't a module obviously but it does the trick.
1. Go to A free contact form for your website - Foxyform.com and fill in the details you'd like included in your contact form.
2. Copy the generated code and paste it into notepad or another html making program and name it something like 'contactform.html.
3. Upload that to your public_html folder on your website. Make a note of the address to it. Chmod it to 755.
4. In your admin template editor, open /footer.tpl'
5. Add the link (address to your contactform.html) into the footer, you can just copy one of the existing links, paste it next to it, and change the url and title of your pasted one ie:
becomesCode:<a href="http://www.pligg.com/hosting/" target="_blank">Cheap Web Hosting</a> |
Code:| <a href="www.yoursite.com/community/contactform.html/" target="_blank">Contact Me</a> |
Save and voila!
If you click on the link on my test site you can see how it looks. Please don't send though as I don't want tonnes of spam in my inbox. Please keep all the other links for Pligg intact.



Reply With Quote



