Description
This plugin displays Contact Form 7 response message in Fancybox popup.
Docs & Demo
For Documentation click here.
For Demo click here.
Screenshots
Installation
- Upload the entire
contact-form-7-response-message-popup
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
You will find ‘CF7 Response Message Popup’ menu as a submenu of ‘Contact’ menu in your WordPress admin panel.
FAQ
- Why Contact Form 7 Response Message Popup plugin not working.
-
This plugin requires Contact Form 7. Please Install Contact Form 7 first.
- Do i have to install Fancybox plugin manually?
-
No, this plugin has built-in Fancybox plugin.
- How can i apply popup to a contact forms’ response message?
-
Please add
.cf7-rmp
class to the form by adding the html_class attribute into a[contact-form-7]
shortcode.Example:
[contact-form-7 id="1234" title="Contact form 1" html_class="cf7-rmp"]
- How can i apply popup to All contact forms’ response message?
-
Go to ‘CF7 Response Message Popup’ option page and select the checkbox ‘Set popup for all forms’ and save it. Now All contact forms’ response message will be in popup. You will find this option page as a submenu of ‘Contact’ menu in your WordPress admin panel.
Reviews
Contributors & Developers
“Contact Form 7 Response Message Popup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Contact Form 7 Response Message Popup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release