GP Copy Cat UI
Configure Gravity Forms field copying visually with dropdowns in the form editor and a global settings page instead of typing `copy-{id}-to-{id}` CSS classes.
★ 2stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/guilamu/gwcopycat-ui/releases/download/v1.1.0/gwcopycat-ui.zipDeclares an update source (https://github.com/guilamu/gwcopycat-ui/), so updates arrive through the plugin's own updater.
From the readme
GP Copy Cat UI
Configure Gravity Forms field copying visually with dropdowns in the form editor and a global settings page instead of typing copy-{id}-to-{id} CSS classes.
Visual Rule Configuration
- Build copy rules from dropdowns: pick a trigger, a source, and a target — no CSS classes to memorize.
- Target whole fields, individual inputs (e.g. 1.3 for a Name field's Last), or specific multi-column List columns (9.2).
- Add an optional condition (Copy Cat's native "copy only while this field has a value" check) and a copy-label toggle for choice fields.
- Injects rules through Copy Cat's own gpcccopycatfields filter, so Copy Cat itself is never modified and existing copy- classes keep working.
Two Editing Views
- Per-field panel — a "Copy Cat" section in each field's Advanced settings for the common "copy this field to…" case, with a Copy from picker on multi-input fields (Name, Address, Checkbox, List).
- Global view — a "Copy Cat" page in the form settings listing every rule with all roles explicit; the only place to build advanced rules where the trigger differs from the source (e.g. a "same as billing" checkbox that copies Billing into Shipping).
- Legacy import — o
Read the full README on GitHub →