Wordpress Help

gamersplaygame

Junior Member
Joined
Sep 16, 2010
Messages
140
Reaction score
5
Hi,

I am designing a Wordpress theme. My client needs a static contact form on the right hand side of each page. Can anyone let me know how can I integrate a form on all the pages? I know only designing part and this is really new to me.

Here is an example of what he needs:-
http://micekdesign.com/temp/law/code/index.html

Thanks all!
 
you can hardcode that into the sidebar, or simply use the plugin called contact form 7 and place it in the sidebar as a text widget...make sure to add a simple captcha since you don't want to get thousands of spam mails i guess :) hope it help
 
Thank you zerodtk! I will try this. I hope that it will work. Thanks again :)
 
Interestingly Zerodtk that was going to be the exact advice I was going to give... Great minds I guess.
 
no probz man ;) that's why we're here :)

well DebtFreeM, that's the best solution you can do :) so I would say logical minds :P
 
This might help you

1) creat div in right sidebar

2) put category code on right sidebar div

3) now go in wordpress admin and add contact form 7 plugin

4) now click contact setting and copy code

5) click on new post and paste contact form code in post
 
Back
Top