SimpleModal Contact Form (SMCF) is an Ajax powered modal contact form. It utilizes the jQuery JavaScript library and the SimpleModal jQuery plugin.
Requirements:
mail()Steps:
/wp-content/plugins/). You should end up with /wp-content/plugins/simplemodal-contact-form-smcf/.You have 4 options:
a) Add the "smcf-link" to your existing (or new) 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.
d) If you are using the WordPress Menus (Admin > Appearance > Menus) feature, you'll need to perform the following steps to manually add the necessary CSS class to the Menu item that you want to trigger SimpleModal Contact Form:
smcf-link under 'CSS Classes (optional)'.
Requires: ? or higher
Compatible up to: 3.4.2
Last Updated: 2012-9-8
Downloads: 126,836
0 of 4 support threads in the last two months have been resolved.
Got something to say? Need help?