Title: ChiliForms
Author: KonstruktStudio
Published: <strong>2016 年 10 月 24 日</strong>
Last modified: 2016 年 12 月 3 日

---

搜索插件

![](https://ps.w.org/chiliforms/assets/banner-772x250.jpg?rev=1520760)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/chiliforms/assets/icon-256x256.png?rev=1544445)

# ChiliForms

 作者：[KonstruktStudio](https://profiles.wordpress.org/alexme/)

[下载](https://downloads.wordpress.org/plugin/chiliforms.zip)

 * [详情](https://cn.wordpress.org/plugins/chiliforms/#description)
 * [评价](https://cn.wordpress.org/plugins/chiliforms/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/chiliforms/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/chiliforms/#developers)

 [支持](https://wordpress.org/support/plugin/chiliforms/)

## 描述

A better WordPress contact form builder.
 ChiliForms is here to make your life a
bit easier. With ChiliForms creating simple contact form sometimes takes less than
a minute of your time! Just create new form, drop required fields, paste it to your
page and you’re all set. You can see [demos](https://www.chiliforms.com/demos) of
what it currently can do.

Main features:

 * Clean and fast drag n drop user interface build with ReactJS
 * Live preview in form editor
 * Mark any number of fields as required
 * All the necessary fields (Single line, Multiline, Dropdown, Radio, Checkboxes,
   Email, Url) are available
 * add reCAPTCHA to block bots
 * Custom field width
 * You can deactivate the form for some time, user see a message
 * AJAX form submit (user receives animated message, no page reload)
 * Client-side fields validation for better user experience
 * Server side validation will work as well, for better security
 * Admin email notification on new submisions with form contents
 * Custom colors for forms
 * You can mark important submission entries as starred
 * You can use filters, to see only starred entries or only unread items
 * Styled theme and HTML-only version
 * Fixed width or percent of parent container
 * Dedicated preview page on theme page
 * Use shortcode to insert form on page

ChiliForms was tested and optimized for compatibility with following themes:

Free:

 * Twenty Sixteen
 * Twenty Fifteen
 * Twenty Twelve
 * Twenty Thirteen
 * Sydney
 * Spacious
 * ColorMag
 * Customizr
 * Hueman
 * Fictive
 * Poseidon
 * MH Magazine Lite
 * ResponsiveBoat
 * Oblique
 * Sela
 * Amadeus
 * Hitchcock
 * Lovecraft

Premium:

 * Avada
 * Salient

## 屏幕截图

[⌊Main form builder interface⌉⌊Main form builder interface⌉[

Main form builder interface

[⌊Drag n drop fields to form⌉⌊Drag n drop fields to form⌉[

Drag n drop fields to form

[⌊Form with customized colors⌉⌊Form with customized colors⌉[

Form with customized colors

[⌊Validation on client side⌉⌊Validation on client side⌉[

Validation on client side

[⌊Easy entries management⌉⌊Easy entries management⌉[

Easy entries management

## 安装

 1. Upload the plugin files to the `/wp-content/plugins/chiliforms` directory, or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Go to ChiliForms -> Forms to create your first form.
 4. Use preview to see how it looks in your theme.
 5. Save form and use shortcode to embed form on page.
 6. View submissions in Chiliforms -> Entries

## 常见问题

  Can I use it to create a Contact Form?

Sure, it has all the necessary fields for this and more

  Can contact form style be customized?

Yes, you can change form theme colors, and if extra styling is required, forms have
static ids and you can add custom CSS classes.

  Can I set custom validation for the fields?

Sure. Currently you can set text field to accept Only numbers/Only characters/Only
numbers and characters. Also you can use Email and URL field, which have corresponding
validations.

  Can I use different values for Dropdowns/Radio/Checkboxes?

Yes, it is possible.

  What info about the entries I receive?

Besides the entry selected values, you also receive submission time, referrer url
and IP address.

## 评价

![](https://secure.gravatar.com/avatar/103b548d6d1b51fca70687aa1e9f1861f4166408f51c58335950925cbfcca6fa?
s=60&d=retro&r=g)

### 󠀁[I’m new here, not sure how to set a review)](https://wordpress.org/support/topic/im-new-here-not-sure-how-to-set-a-review/)󠁿

 [amyhomes](https://profiles.wordpress.org/amyhomes/) 2016 年 10 月 29 日

Nice little contact form plugin. I’m not really a developer, so the last time I’ve
tried to add a form via plugin was painful, I had to tweak html to change it. This
one looks promising, at least it’s easy to use.

 [ 阅读所有1条评价 ](https://wordpress.org/support/plugin/chiliforms/reviews/)

## 贡献者及开发者

「ChiliForms」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ KonstruktStudio ](https://profiles.wordpress.org/alexme/)

[帮助将「ChiliForms」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/chiliforms)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/chiliforms/)，查看[SVN仓库](https://plugins.svn.wordpress.org/chiliforms/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/chiliforms/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/chiliforms/)。

## 更新日志

#### 0.5.1

 * Fixed bug: invalid date in Safari and Firefox Nightly
 * Entries admin page Layout fixed on Safari and Firefox
 * Forms and entries ordering fixed

#### 0.5

 * New feature: now you can send submission contents in email
 * Fixed bug with field slug displaying instead of field name for new fields
 * Fixed bug with checkboxes not adding custom css class
 * Entries page minor selection bugs fixed
 * Admin styles changed to not block wordpress default notifications
 * Fixed php warning when all options deleted in dropdown/radio/checkboxes

#### 0.4

 * reCAPTCHA added
 * Entry display fixed for radio submitted with no value
 * Entry display fixed for radio submitted and renamed later
 * Checkbox and radio edit multiple fields bug fixed
 * Dropdown now displays both key and label if it has key in entries list
 * Added possibility to display entries after options has been changed or removed
 * Fixed Hide empty fields for checkboxes
 * Multiple entries page layout fixes and improvements
 * Admin layouts fixed on smaller screens (down to 1024 px width)
 * Entries link on form list fixed
 * Submit animation fixed
 * Warnings in some dashboard pages fixed
 * Multiple small bug fixes
 * Global settings added (for reCAPTCHA)

#### 0.3

 * Fixed bug with special characters not saved properly on fields
 * Fixed css for better compatibility with themes (see attached list)
 * Editor optimized for speed
 * Editor styles improved

#### 0.2b

 * Added entries view section
 * Multiple bug fixes

#### 0.1

 * Initial version

## 额外信息

 *  版本 **0.5.1**
 *  最后更新：**10 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 3.0.1 或更高版本 **
 *  已测试的最高版本为 **4.6.30**
 *  语言
 * [English (US)](https://wordpress.org/plugins/chiliforms/)
 * 标签
 * [ajax](https://cn.wordpress.org/plugins/tags/ajax/)[contact form](https://cn.wordpress.org/plugins/tags/contact-form/)
   [email](https://cn.wordpress.org/plugins/tags/email/)[form](https://cn.wordpress.org/plugins/tags/form/)
   [form builder](https://cn.wordpress.org/plugins/tags/form-builder/)
 *  [高级视图](https://cn.wordpress.org/plugins/chiliforms/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/chiliforms/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/chiliforms/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/chiliforms/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/chiliforms/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/chiliforms/reviews/?filter=1)

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

[查看全部评论](https://wordpress.org/support/plugin/chiliforms/reviews/)

## 贡献者

 *   [ KonstruktStudio ](https://profiles.wordpress.org/alexme/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/chiliforms/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](https://www.chiliforms.com/)