Requirements:
mail()Steps:
/wp-content/plugins/). You should end up with /wp-content/plugins/simplemodal-contact-form-smcf/.You have 3 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; ?>
c) If your contact link is generated using wp_page_menu() or wp_list_pages(), you can enter the contact link title in the SMCF Options under "Contact Link Title" and SMCF will automatically attempt to add the smcf-link class for that link.




