Gravity Forms MC Unique ID Generator Field (Lite) Wordpress Plugin - Rating, Reviews, Demo & Download

Gravity Forms MC Unique ID Generator Field (Lite) Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Gravity Forms MC Unique ID Generator Field plugin adds new field to Gravity Forms fields editor that you can use to generate random unique (site wide) identifiers like user identifiers, order identifiers, passwords, serial numbers and so on.
You can make it rendered as , , or custom HTML template.

The plugin supports sequence digital identifiers up to 10 digits length.

This is Lite version of plugin.
You can order Full Version here:
https://modcoding.com/product/gravity-forms-mc-unique-id-generator-field-wordpress-plugin/?utm_source=wordpress

Full version provides additional functionality:
1) Separators can be specified between every X characters of value being generated.
2) Compatibility with Graivty Forms Post Update plugin. You can use shortcodes for update existing submissions
without regeneration of identifier (identifier value will be same as on first submission that created new post in WordPress).

[gravityform id=”” update=””]
or
[gravityform id=”” update]
3) Possibility to customize values being generated using field setting (will be converted to $value using eval PHP function)
or using WordPress filter “mcgfuidgen_custom_value”:

add_filter(“mcgfuidgen_custom_value”, “some_function”,10,4);
function some_function($value, $form_id, $entry_id, $settings){
return @date(“d.m.Y H:i:s”).” – “.$value; // example adds date and time before unique value
}

NOTE:
The plugin contains minified and compressed javascript (assets/js/.js)
and style (assets/css/
.css) files for production use.
Source files renamed so they ends with “-full.js” and “-full.css”.
To use source files just delete minified files and rename full files to
original names (remove “-full” from file names).

Screenshots

  1. This screenshot shows unique id field settings in Gravity Forms editor for numeric id generation.

    This screenshot shows unique id field settings in Gravity Forms editor for numeric id generation.

  2. Here is screen with demo form showing unique id field.

    Here is screen with demo form showing unique id field.

  3. Settings screen with example of text id generation (like serial number).

    Settings screen with example of text id generation (like serial number).

  4. Here is screen with alphabetical id generation example.

    Here is screen with alphabetical id generation example.

  5. Screenshot with unique number and space as thousand separator.

    Screenshot with unique number and space as thousand separator.


Reviews & Comments