UniqueID for Contact Form 7

Plugin Banner

UniqueID for Contact Form 7

by tsjippy

Download
Description

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);
}

Installing UniqueID for Contact Form 7 can be done either by searching for “UniqueID for Contact Form 7” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org.
  2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Visit the settings screen and configure, as desired.
  1. The field generator

    The field generator

  2. The add field button

    The add field button

Work's fine....

By Shane Muirhead (shanemuir) on January 20, 2022

This plugin work's fine, be sure to be submitting the form without /#wpcf7-f650-p652-o1 appended to the URL since this will not be classed as a new form submission and won't increment the submission ID. i.e the same person is not going to fill out the form twice if they do the ID's will be the same. I've installed and tested this and it works fine as long as you properly start a new form submission after the first submit...

Doesn't work

By zakgreene on December 23, 2021

Using the "starting number" feature, I submitted several forms and the number never incremented. As many others have said, it simply didn't work. Don't use.

Does not increment.

By sumsarisum on April 6, 2021

Plugin simply didn't work. Counter did not increment. Don't bother.

Not working

By kuwjr on September 26, 2020

this plugin doesnt work properly

Can't make it work :/

By ms.yna (ynadecastro17) on September 16, 2020

Unique ID doesn't work/increment. Every time I submit a form, it keeps displaying the same submission ID Starting number.

Works Perfectly

By Louise Harris (louiseh86) on September 10, 2020

Thanks for a great plugin, this works perfectly well for me, just what I needed! Keep up the great work 🙂

Don't try this out.

By ankeshanand on July 14, 2020

I tried adding it and Critical security error happened on My WordPress Site. I have to go through Recovery Mode and delete the Plugin. """ When seeking help with this issue, you may be asked for some of the following information: WordPress version 5.4.2 Current theme: WP Store (version 1.1.5) Current plugin: Contact Form 7 - Submission id (version 2.1.0) PHP version 7.4.7 Error Details ============= An error of type E_ERROR was caused in line 16 of the file /home/cloudmat/apexpolymerspackaging.com/wp-content/plugins/cf7-submission-id/cf7-submission-id.php. Error message: Uncaught Error: Call to undefined function wpcf7_add_form_tag() in /home/cloudmat/apexpolymerspackaging.com/wp-content/plugins/cf7-submission-id/cf7-submission-id.php:16 Stack trace: #0 /home/cloudmat/apexpolymerspackaging.com/wp-includes/class-wp-hook.php(287): cf7_submission_id_init('') #1 /home/cloudmat/apexpolymerspackaging.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #2 /home/cloudmat/apexpolymerspackaging.com/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 /home/cloudmat/apexpolymerspackaging.com/wp-settings.php(403): do_action('plugins_loaded') #4 /home/cloudmat/apexpolymerspackaging.com/wp-config.php(90): require_once('/home/cloudmat/...') #5 /home/cloudmat/apexpolymerspackaging.com/wp-load.php(37): require_once('/home/cloudmat/...') #6 /home/cloudmat/apexpolymerspackaging.com/wp-admin/admin.php(34): require_once('/home/cloudmat/...') #7 /home/cloudmat/apexpolymerspackaging.com/wp-admin/plugins.php(10): require_once('/home/cloudmat/...') """

Works great!

By Invizogen on May 8, 2020

For simple submission ID should be enough, tnx!

Can generate duplicate IDs

By vgstudios on July 21, 2019

Will generate duplicate IDs if people submit at approximately same time. There's two reasons for this: 1) There's no database (e.g. auto increment) or file system lock mechanism to prevent updating the number at the same time, so it's not unlikely enough. 2) The number is generated when the form is generated, so it's actually not even remotely unlikely.

Excelente complemento

By miguelsurrosa32 on May 27, 2019

El unico en su tipo, funciona excelente ! Excellent complement, works incredible! thanks !!

2.4.0

  • Not dependent on jQuery anymore
  • Only increments on success

2.3.0

  • Bugfix when submitting multiple forms at the same time
  • Added the cf7_submission_id_filter

2.2.5

  • only load js when needed

2.2.1

  • bugfix when no id field in contact form

2.2.0

  • Bug fix to take initial value into account

2.1.0

  • Bug fix to be compatible with CF7 5.2 and higher

2.0.1

  • Bug fix for new forms

2.0.0

  • Only update id on succesfull form submission, not on reload of the screen
  • BREAKING CHANGE: name should contain “submission_id”

1.4.0

  • No reload of the page needed anymore, refresh is done via AJAX

1.3.0

  • Wait 5 deconds instead of 3 before reloading the page

1.2.2

  • Small bufix

1.2.1

  • Small bufix

1.2.0

  • Added a 3 seconds delay before the auto-reload takes place

1.1.0

  • Fixed bug where page is not reloaded when field is renamed.

1.0.0

  • Initial release
Back to top