Can I create a button to allow readers to email me directly?
-
I’m using my blog as a business site for the time being, and I’d like my clients to be able to email me directly by clicking a button on my contact page. Is it possible to do this, and if so, how?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can create a secure contact form and customize it > http://en.support.wordpress.com/contact-form/
-
Where should that button be on my dashboard? Better yet, how do I find it FROM my dashboard?
-
It’s not really a button. It’s a form.
You could just use a standard ’email me’ HTML button in a Text Widget.
-
Could be as simple as this:
<a href="mailto:youremailaddress">Email Me</a>Or you could get fancier with some sort of graphic button or image like a mailbox.
-
-
-
Good to know. I do use a work address … but is there a secure HTML code I could substitute?
-
That’s why I suggested that you create and customize a secure contact form on a page. Once you do that you can place the contact page link in a text widget and display it in your sidebar.
static page > http://en.support.wordpress.com/pages/
contact form > http://en.support.wordpress.com/contact-form/
links in text widgets > http://en.support.wordpress.com/links/text-widget-links/ -
Okay, I’m probably having a blonde day … I set my static About page, and I got to my Text widget … but I have no idea where the Create a Custom Form button is. If you can get me there, I’ll be set!
-
- The topic ‘Can I create a button to allow readers to email me directly?’ is closed to new replies.