Open top menu
21 January 2012



Wordpress has a whole host of plugins that you can use to add a form to your blog so that people can contact you easily. You can of course just have your email address listed but with a form it avoids the spam issues that listing your email adress can involve.

Just copy and paste the code below into a page on Blogger and your good to go. Just don't forget to replace 'domain' with your email address.

<form action="mailto:'domain'" method="post" enctype="text/plain">
<table width="90%" border="2" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td width="30%">
<div align="right"><strong>Name:</strong></div></td>
<td width="70%"><input type="text" name="name" size="18" /></td>
</tr>
<tr>
<td>
<div align="right"><strong>Email:</strong></div></td>
<td><input type="text" name="email" size="18" /></td>
</tr>
<tr>
<td>
<div align="right"><strong>Comment:</strong></div></td>
<td></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Submit" /> <input type="reset" name="reset" value="Reset" /></td>
</tr>
</tbody>
</table>
</form>

 
Tagged
Different Themes
Written by Templateify

Aenean quis feugiat elit. Quisque ultricies sollicitudin ante ut venenatis. Nulla dapibus placerat faucibus. Aenean quis leo non neque ultrices scelerisque. Nullam nec vulputate velit. Etiam fermentum turpis at magna tristique interdum.

1 comment: