Requirements:
mail()Steps:
/wp-content/plugins/). You should end up with /wp-content/plugins/simplemodal-contact-form-smcf/.You have 2 options:
a) Add the "smcf-link" to your existing contact link:
<a href="/contact" class="smcf-link">Contact</a>
b) Use the "smcf()" function in one of your theme files (sidebar.php, for example):
<?php if (function_exists('smcf')) : ?>
<?php smcf(); ?>
<?php endif; ?>




