Title: Kiwi Contact Form
Author: Kiwi Plugins
Published: <strong>January 14, 2020</strong>
Last modified: March 11, 2020

---

Search plugins

![](https://ps.w.org/kiwi-contact-form/assets/banner-772x250.png?rev=2255168)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/kiwi-contact-form/assets/icon-256x256.png?rev=2238293)

# Kiwi Contact Form

 By [Kiwi Plugins](https://profiles.wordpress.org/kiwiplugins/)

[Download](https://downloads.wordpress.org/plugin/kiwi-contact-form.zip)

 * [Details](https://wordpress.org/plugins/kiwi-contact-form/#description)
 * [Reviews](https://wordpress.org/plugins/kiwi-contact-form/#reviews)
 *  [Installation](https://wordpress.org/plugins/kiwi-contact-form/#installation)
 * [Development](https://wordpress.org/plugins/kiwi-contact-form/#developers)

 [Support](https://wordpress.org/support/plugin/kiwi-contact-form/)

## Description

Kiwi Contact Form can manage multiple contact forms, plus you can customize the 
form and the mail contents flexibly with simple markup. The form supports Ajax-powered
submitting, CAPTCHA, Akismet spam filtering and so on.

## Installation

 1. Upload the entire `kiwi-contact-form` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
     You will find ‘Kiwi
    Contact’ menu in your WordPress admin panel.

## FAQ

  Where is the settings page for Kiwi Contact Form ?

Log into WordPress and open Contact > Contact Forms.

  How can I add a field to my contact form ?

Insert a form-tag into the Form tab panel field. Kiwi Contact Form allows you to
edit the templates of your contact forms and your mail (mail headers and message
body) with various “tags.”
 In the terminology for Kiwi Contact Form, tag means 
a tiny formed string of type enclosed in square brackets ([ ]).

  Can I see the messages submitted through the contact form ?

Kiwi Contact Form doesn’t save the submitted messages.

  Can I implement autoresponder ?

Yes, of course. Simply check the “Use mail (2)” box in the Mail tab panel and set
up Mail (2) as the template for autoresponder mail.
 Mail (2) is an additional mail
template which works in the same way as the primary Mail template, but Mail (2) 
is sent only when Mail has been sent successfully.

  Can I place a contact form outside a post ?

Yes. You may place a contact form in a text widget as well.

  I get an error message with a red border. So, how can I solve this ?

The red border means that Kiwi Contact Form tried to send mail with wp_mail(), but
it failed. To solve the issue, you need to find out the actual reason why it is 
failing in the first place.
 There could be various reasons such as the mail setup
wasn’t valid. The sending would also fail if the mail server was down, inaccessible
or experiencing other problems.

  I want to use contact form in my language, not in English. How can I do that ?

Kiwi Contact Form has not YET been translated into other languages.

  CAPTCHA does not work; the image does not show up. What am I supposed to do ?

To use CAPTCHA, you need GD and FreeType library installed on your server. Also,
make sure that CAPTCHA’s temporary folder is writable.

  How can I export/import contact form data ?

You can export and import form data via Tools > Export (https://codex.wordpress.
org/Tools_Export_Screen) and Tools > Import (https://codex.wordpress.org/Tools_Import_Screen)
in the WordPress admin screen.

  I get spam messages through my contact forms. How can I stop them ?

You can protect your contact forms with the anti-spam features that Kiwi Contact
Form provides.
 Kiwi Contact Form supports spam-filtering with Akismet. Another 
one is reCAPTCHA which protects you against spam and other types of automated abuse.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Kiwi Contact Form” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Kiwi Plugins ](https://profiles.wordpress.org/kiwiplugins/)

[Translate “Kiwi Contact Form” into your language.](https://translate.wordpress.org/projects/wp-plugins/kiwi-contact-form)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/kiwi-contact-form/),
check out the [SVN repository](https://plugins.svn.wordpress.org/kiwi-contact-form/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/kiwi-contact-form/)
by [RSS](https://plugins.trac.wordpress.org/log/kiwi-contact-form/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * REST API: retrieves the contact form ID explicitly from the route parameters.
 * Config Validator: New test item for the attachments_overweight and unavailable_html_elements
   errors.
 * reCAPTCHA: introduces the KIWI_CF_RECAPTCHA_SITEKEY and kiwi_cf_RECAPTCHA_SECRET
   constants.
 * reCAPTCHA: Introduces the kiwi_cf_recaptcha_actions, kiwi_cf_recaptcha_threshold,
   kiwi_cf_recaptcha_sitekey and kiwi_cf_recaptcha_secret filter hooks.
 * Adds $status parameter to the kiwi_cf_form_response_output filter.
 * Creates a nonce only when the submitter is a logged-in user.
 * Introduces KiwiCfContactForm::unit_tag(), a public method that returns a unit
   tag.
 * reCAPTCHA: gives a different spam log message for cases where the response token
   is empty.
 * Acceptance Checkbox: supports the label_first option in an acceptance form-tag.
 * Constant Contact: Introduces the constant_contact additional setting and contact
   list selector.
 * reCAPTCHA: Modifies the reaction to empty response tokens.
 * Introduces the Constant Contact integration module.
 * Fixes the inconsistency problem between get_data_option() and get_default_option()
   in the kiwi_cf_FormTag class.
 * Suppresses PHP errors occur on unlink() calls.
 * Introduces kiwi_cf_is_file_path_in_content_dir() to support the use of the UPLOADS
   constant.
 * Specifies the capability_type argument explicitly in the register_post_type()
   call to fix the privilege escalation vulnerability issue.
 * Local File Attachment – disallows the specifying of absolute file paths referring
   to files outside the wp-content directory.
 * Config Validator – adds a test item to detect invalid file attachment settings.
 * Fixes a bug in the JavaScript fallback function for legacy browsers that do not
   support the HTML5 placeholder attribute.
 * Acceptance Checkbox – unsets the form-tag’s do-not-store feature.
 * CSS: Applies the “not-allowed” cursor style to submit buttons in the “disabled”
   state.
 * Acceptance Checkbox: Revises the tag-generator UI to encourage the use of better
   options in terms of personal data protection.
 * Introduces kiwi_cf_anonymize_ip_addr() function.
 * Introduces the consent_for:storage option for all types of form-tags.
 * Updated the Information meta-box content.
 * Use get_user_locale() instead of get_locale() where it is more appropriate.
 * Acceptance Checkbox: Reset submit buttons’ disabled status after a successful
   submission.
 * Fixed incorrect uses of _n().
 * Config validation: Fixed incorrect count of alerts in the Additional Settings
   tab panel.
 * Config validation: Fixed improper treatment for the [_site_admin_email] special
   mail-tag in the From mail header field.
 * Acceptance checkbox: The class and id attributes specified were applied to the
   wrong HTML element.
 * Config validation: When there is an additional mail header for mailboxes like
   Cc or Reply-To, but it has a possible empty value, “Invalid mailbox syntax is
   used” error will be returned.
 * Explicitly specify the fourth parameter of add_action() to avoid passing unintended
   parameter values.
 * Check if the target directory is empty before removing the directory.
 * Additional settings: on_sent_ok and on_submit have been removed.
 * New additional setting: skip_mail
 * Flamingo: Inbound channel title changes in conjunction with a change in the title
   of the corresponding contact form.
 * DOM events: Make an entire API response object accessible through the event.detail.
   apiResponse property.
 * HTML mail: Adds language-related attributes to the HTML header.
 * File upload: Sets the accept attribute to an uploading field.
 * Introduces the kiwi_cf_MailTag class.
 * Allows aborting a mail-sending attempt using the kiwi_cf_before_send_mail action
   hook. Also, you can set a custom status and a message through the action hook.
 * Acceptance checkbox: Allows the specifying of a statement of conditions in the
   form-tag’s content part and supports the optional option.
 * New special mail tags: [_site_title], [_site_description], [_site_url], [_site_admin_email],[
   _invalid_fields], [_user_login], [_user_email], [_user_url], [_user_first_name],[
   _user_last_name], [_user_nickname], and [_user_display_name]
 * New filter hooks: kiwi_cf_upload_file_name, kiwi_cf_autop_or_not, kiwi_cf_posted_data_{
   $type}, and kiwi_cf_mail_tag_replaced_{$type}
 * New form-tag features: zero-controls-container and not-for-mail

## Meta

 *  Version **1.0.1**
 *  Last updated **6 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.7 or higher **
 *  Tested up to **5.3.21**
 * Tags
 * [contact](https://wordpress.org/plugins/tags/contact/)[contact form](https://wordpress.org/plugins/tags/contact-form/)
   [email](https://wordpress.org/plugins/tags/email/)[feedback](https://wordpress.org/plugins/tags/feedback/)
   [form](https://wordpress.org/plugins/tags/form/)
 *  [Advanced View](https://wordpress.org/plugins/kiwi-contact-form/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/kiwi-contact-form/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/kiwi-contact-form/reviews/)

## Contributors

 *   [ Kiwi Plugins ](https://profiles.wordpress.org/kiwiplugins/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/kiwi-contact-form/)