Plugin Directory

SimpleModal Contact Form (SMCF)

Requirements:

  • PHP mail()
  • jQuery 1.2 or greater

Steps:

  1. Unzip SMCF archive and put all files/folders into your "plugins" folder (/wp-content/plugins/). You should end up with /wp-content/plugins/simplemodal-contact-form-smcf/.
  2. Activate the plugin (WordPress Admin > Plugins > Click "Activate" for "SimpleModal Contact Form (SMCF)")
  3. Set the desired options (Admin Dashboard > Settings > SimpleModal Contact Form)
  4. Enable SMCF on your site! SMCF works by looking for links (HTML A elements) with a class of "smcf-link". See below:

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.

Download

FYI

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(15 ratings)