| 开发者 | pluginscafe |
|---|---|
| 更新时间 | 2026年9月6日 20:11 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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.
/wp-content/plugins/alphafields-for-contact-form-7 directory, or install the plugin through the WordPress plugins screen directly.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.
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.
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.
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.
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.
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.
No. Math Captcha generates a simple math challenge on your own server, so there is no third-party service, API key or tracking involved.
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.
Yes. The Redirection extension sends visitors to a Thank You page or any external URL immediately after a successful form submission.
No. Use the Addon Manager to disable any field, extension or integration you do not use, and its code and assets will not load.
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.
Yes. The plugin is fully translation-ready, and translations are welcome on translate.wordpress.org.
created event to the public AlphaFields entry lifecycle so integrations receive the
exact canonical entry after its fields are stored.