plugin-icon

UniqueID for Contact Form 7

作者:tsjippy·
An add-on for Contact Form 7 to add an unique id to every form submission.
评级
2.7/5
版本
2.4.0
活跃安装
2K
最后更新
Apr 1, 2021

Plugin for Contact Form 7: adds a field for an unique submission id. You can choose to include a hidden or an visible field to your form. This field will be automatically filled with an number which is incremented on every submission.

Usage

Just add the field to your form.

You can filter the value using the cf7_submission_id_filter. To add leading zeros for example, just put the code below in your functions.php

add_filter('cf7_submission_id_filter', 'custom_cf7_submission_id_filter'); function custom_cf7_submission_id_filter($val){ return sprintf("%04d", $val); }
免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 5.7.0
这个插件是可用的下载,适用于您的站点。