What's fixed
Gravity Forms: "Untitled" field label
The Gaitcha field was labeled "Untitled" ("Sans titre") in the form editor, with no way to edit or hide it. That label also showed up on the frontend above the widget.
The field now behaves like the native GF captcha field:
- Label defaults to "Gaitcha" when the field is added
- Editable via the Label setting (General tab)
- Hideable via Field Label Visibility (Appearance tab)
Existing fields keep their current label, but it becomes editable and hideable after updating.
Technical detail: GF's SetDefaultValues() JS falls back to "Untitled" for unknown field types. The field now injects a SetDefaultValues_gaitcha() override (GF's official extension point) and registers label_setting + label_placement_setting in the editor.
Installation
Auto-update from the WordPress dashboard, or download the ZIP and upload via Plugins > Add New > Upload.