Wordpress email html code?

A A

New member
I want to add something in my wordpress that you could insert your email address in, and when you do, I get a message of your email. Please help. I don't know anything about Apache or HTML. Please help me with a tutorial of something. Thanks. The email thing I'm talking about is like this:
http://i324.photobucket.com/albums/k350/super5cell/ads.png
 
What you need is a plugin or form where the user enters the email and you receive an email with it as contents.

You will need to learn some php programming to do this.

Since wordpress has it's own API you will need to learn most from them. Go to codex.wordpress.com and learn how to make a widget.

Note you dont need to know Apache for this, but you will need to know a bit of HTML and PHP
 
Back
Top