Contact Form 7 is an external plugin and you can manage multiple contact forms. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.
Documentation
This is en external plugin so you will find the official documentation here.
Note : for problems with the plugin please refer to the official support here.
Frequently asked questions
- Getting Started : please check here an introduction guide for Contact Form 7 plugin for WordPress.
- Setting up mail : Contact Form 7 allows you to edit very easily the message body and also the message header fields. You can edit mail templates in the Mail tab panel, see here.
- Redirecting to another url after submissions : If you want that Contact Form 7 redirects to an external URL after form submissions you can achieve it in a simple way by using
on_sent_ok
Javascript action hook, please read more here.
- Special mail tags : Contact Form 7 provides some special mail tags for some specific purposes. This way you will be able to create a single form for multiple pages and capture from which page the form was compiled, for example if you use
[_post_title]
this tag will be replaced by the title of the post which contains the contact form. More special tag here.