Linux 软件免费装

FormNest

开发者 pretend0612
更新时间 2026年4月21日 21:01
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

email forms contact-form submissions form-builder

下载

1.0.2

详情介绍:

FormNest is a comprehensive form management plugin for WordPress that handles everything from form creation to submission processing and data management. Based on MWFORM plugin functionality, it's a next-generation form plugin with modern UI/UX and enterprise-level security features. Key Features Security Features System Requirements

安装:

Method 1: From WordPress Admin
  1. Go to "Plugins" → "Add New"
  2. Search for "FormNest"
  3. Click "Install Now"
  4. Click "Activate"
Method 2: Manual Installation
  1. Download the plugin files
  2. Extract to /wp-content/plugins/ directory
  3. Activate the plugin from WordPress admin
Initial Setup
  1. "FormNest" menu will appear in the admin panel
  2. Create a new form from "Form Management"
  3. Configure security and email settings from "Settings"

屏幕截图:

  • screenshot-2.png - Form editor
  • screenshot-3.png - Submission data list
  • screenshot-4.png - Security settings
  • screenshot-5.png - FormNest help

升级注意事项:

1.0.2 Updated license and documentation. WordPress 6.0 or higher and PHP 8.0 or higher are required.

常见问题:

How do I display a form?

Use the shortcode: [wp_formnest id="1"] You can find the form ID in the form list in the admin panel.

What if emails are not being sent?

Check WordPress mail functionality. Use an SMTP plugin (e.g., WP Mail SMTP) if needed.

What are the file upload limits?

Default is 10MB. This can be changed in the settings. Also check your server's PHP settings (upload_max_filesize, post_max_size).

Are security features mandatory?

Recommended but can be disabled in settings. Rate limiting and honeypot features are particularly effective against spam.

Where is data stored?

Data is stored in the database. The following tables are created:

  • wp_formnest_forms
  • wp_formnest_form_fields
  • wp_formnest_submissions
  • wp_formnest_mail_settings

Will data be deleted when I remove the plugin?

Yes, removing the plugin will also delete related database tables and options. Please export important data beforehand.

更新日志:

1.0.2 1.0.0