Entry Normalizer for Gravity Forms
Normalize Gravity Forms field values — existing entries and future submissions — from BEFORE/AFTER examples: the plugin detects the transformation for you.
by Guilamu · github.com/guilamu/entry-normalizer-for-gravity-forms · website
★ 0stars
2release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/guilamu/entry-normalizer-for-gravity-forms/releases/download/v1.1.3/entry-normalizer-for-gravity-forms.zipDeclares an update source (https://github.com/guilamu/entry-normalizer-for-gravity-forms/), so updates arrive through the plugin's own updater.
From the readme
Entry Normalizer for Gravity Forms
Normalize Gravity Forms field values — existing entries and future submissions — from BEFORE/AFTER examples: the plugin detects the transformation for you.
Example-Based Detection
- Show one or more BEFORE/AFTER examples (e.g. roger → ROGER) — no regular expressions to write
- The plugin tests its whole transformation library, plus two-by-two combinations, against your examples and suggests only the transformations that reproduce them all exactly
- 16 built-in transformations: case changes, space cleanup, accents, character filtering, quote removal, HTML/code stripping, link removal, French phone numbers to +33…
- One extra example resolves ambiguities
Fix Existing Entries & Future Submissions
- Preview the result on real entries first — nothing is written
- Bulk-apply the fix to existing entries in safe 50-entry batches, with before/after samples and a summary report
- Optionally enable each rule for future submissions: new values are normalized as they come in
- Rules are stored per form and run in the order they appear
- Quick casing shortcut right in the field's Advanced tab (UPPER CASE, lower case, First letter upper case, First Let
Read the full README on GitHub →