Skip to content

Releases: guilamu/entry-normalizer-for-gravity-forms

Release list

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:46
  • New "Normalize" control in each supported field's Advanced tab (form editor): UPPER CASE, lower case, First letter upper case, First Letters Upper Case, or off, with a "More options…" link to the full Normalization tab
  • Fields with multiple parts (e.g. Name, Address) show a "More options…" link only, since a single casing rarely fits every part — set them up per-part (or whole-field) from the Normalization tab
  • The quick control stays in sync with the Normalization tab: it creates a matching rule there, and editing or deleting that rule from the tab updates the control back to "off"
  • New "whole field" target option in the rule editor, for rules that should apply across every sub-field of a multi-input field
  • Applies to future submissions only; existing entries are unaffected until previewed/applied from the Normalization tab

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:44
ce84911
  • Initial release
  • BEFORE/AFTER example-based detection of transformations, including two-step chains
  • 16 transformations: trim/collapse/remove spaces, uppercase, lowercase, sentence case, title case, remove accents, keep letters only, keep letters and digits, keep digits only, remove digits, remove double quotes, strip HTML tags and code, remove links (URLs), French phone numbers to +33
  • Preview and bulk apply to existing entries (50-entry batches, samples, reports)
  • Optional normalization of future submissions
  • GitHub auto-updates and Guilamu Bug Reporter integration