Linux 软件免费装

Alpha Fields – Advanced Fields & Integrations for Contact Form 7

开发者 pluginscafe
更新时间 2026年9月6日 20:11
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

signature contact form 7 file upload contact form 7 database conditional logic

下载

1.0.0 1.0.1

详情介绍:

Alpha Fields is an all-in-one addon for Contact Form 7 that saves every form submission to your own database and extends your forms with advanced custom fields, conditional logic, an AI form generator and popular CRM & marketing integrations — without writing a single line of code. Instead of installing a separate plugin for each feature, you get one addon manager where every field, extension and integration can be enabled or disabled individually. Save Contact Form 7 Entries in Your Database Stop losing submissions to missed or lost emails. Every Contact Form 7 submission is stored in your own WordPress database, where you can browse, search and filter entries (unread, starred, spam, trash), mark them as read, star them, edit them, delete them and attach internal notes. Jump between submissions with previous/next navigation, see an Entries count column on the Contact Form 7 forms list, and get at-a-glance stats on the Alpha Fields dashboard, including total entries stored. Contact Form 7 Conditional Logic Show or hide groups of form fields at runtime based on rules you configure directly in the Contact Form 7 form editor. No JavaScript knowledge required — build smart, dynamic forms that adapt to what your visitors type. Custom Fields for Contact Form 7 Replace multiple single-purpose plugins with one addon and add these field types to any Contact Form 7 form: Form Extensions AI Form Generator for Contact Form 7 Generate a complete Contact Form 7 form from a prompt, arrange fields visually, and customize every tag. Build a working contact form, registration form or booking form in seconds instead of minutes. CRM & Marketing Integrations Enable Only What You Use The Addon Manager lets you enable or disable each field, extension and integration individually from the Alpha Addons dashboard, so your site only loads the code you actually use. No bloat, no unused scripts on your pages. Developer API A GFAPI-style PHP database API (ALPCF7_API) for reading, creating, updating and deleting entries and notes programmatically. Also available as AlphaFields_API and ALPCF7\API. Example: $entries = ALPCF7_API::get_entries( $form_id, array( 'status' => 'active' ) ); The API supports entry search/count/IDs, single and bulk creation/update, property and field updates, deletion, and note CRUD. Write methods return WP_Error on validation or database failure, matching GFAPI conventions.

安装:

  1. Install and activate the Contact Form 7 plugin.
  2. Upload the plugin files to the /wp-content/plugins/alphafields-for-contact-form-7 directory, or install the plugin through the WordPress plugins screen directly.
  3. Activate the plugin through the 'Plugins' screen in WordPress.
  4. Open the Alpha Addons menu in your WordPress admin to enable the addons you need. Form entries are saved automatically from the moment the plugin is active — view them under Alpha Addons → Entries.

屏幕截图:

  • Turn extensions on or off as you need them — redirection, conditional logic, address autocomplete and more.
  • Advanced fields for Contact Form 7 ready to use — signature, file upload, range slider, star rating, calculation and more.
  • Connect your forms to Mailchimp, Brevo, Klaviyo, ActiveCampaign or WhatsApp in just a few clicks.
  • Clean, simple settings — configure Alpha Fields exactly the way you want.
  • Every form submission saved in your own database — search, filter and manage your entries with ease.
  • All Alpha Fields options appear right inside the Contact Form 7 editor, just one click away.

常见问题:

Does this plugin require Contact Form 7?

Yes. Alpha Fields is an addon for Contact Form 7 and requires the Contact Form 7 plugin to be installed and activated. WordPress will prompt you to install Contact Form 7 automatically if it is missing.

How do I save Contact Form 7 submissions to the database?

Nothing to configure — once Alpha Fields is active, every form submission is saved automatically. Open Alpha Addons → Entries in your WordPress admin to browse, search, filter, read, edit, star or delete the saved entries.

Where are my Contact Form 7 entries stored?

In your own WordPress database, in tables created by this plugin. Your form submissions do not leave your site unless you explicitly enable one of the CRM integrations.

Can I edit or delete saved entries?

Yes. You can open and edit any entry, star it, attach internal notes, move it to spam or trash, and delete it permanently. An unread/starred/spam/trash filter view is built in.

How do I add a signature field to a Contact Form 7 form?

Enable the Signature addon in the Addon Manager, then insert the field from the tag generator in the Contact Form 7 form editor. Visitors sign on a canvas and the signature is saved as an image with the entry.

How do I show or hide form fields conditionally?

Enable the Conditional Logic extension, open your form in the Contact Form 7 editor, and configure show/hide rules for groups of fields. Fields then appear or disappear instantly based on what the visitor selects or types.

Does the Math Captcha require an external service or API key?

No. Math Captcha generates a simple math challenge on your own server, so there is no third-party service, API key or tracking involved.

Can I send form submissions to Mailchimp, Brevo, Klaviyo or ActiveCampaign?

Yes. Enable the integration you need under Alpha Addons, enter your API key, map your form fields to contact fields, and enable the integration for the forms that should sync. New submissions are added to your list automatically.

Can I redirect visitors after a successful submission?

Yes. The Redirection extension sends visitors to a Thank You page or any external URL immediately after a successful form submission.

Will unused addons load on my site?

No. Use the Addon Manager to disable any field, extension or integration you do not use, and its code and assets will not load.

Is there a PHP database API?

Yes. ALPCF7_API (also available as AlphaFields_API and ALPCF7\API) mirrors the GFAPI entry and note methods while using the existing AlphaFields tables. Example: $entries = ALPCF7_API::get_entries( $form_id, array( 'status' => 'active' ) ); The API supports entry search/count/IDs, single and bulk creation/update, property and field updates, deletion, and note CRUD. Write methods return WP_Error on validation or database failure, matching GFAPI conventions.

Is Alpha Fields translation-ready?

Yes. The plugin is fully translation-ready, and translations are welcome on translate.wordpress.org.

更新日志:

1.0.1 1.0.0