Validation Muse for Contact Form 7

Beschreibung

Validation Muse for Contact Form 7 lets you override the default error copy that Contact Form 7 displays. Enable the plugin per form, then supply custom text for required notices and invalid email, URL, telephone, number, range, and date validation. Messages are stored in post meta so they stay with the form when you export/import.

Funktionen:

  • Customize „required field“ messages per field
  • Customize „invalid format“ messages for email, URL, phone, number, range, and date fields
  • Enable/disable custom validation per form
  • Messages stored in post meta for easy export/import
  • Fully translatable with POT file included
  • Accessible admin interface with ARIA labels

Installation

  1. Upload the validation-muse-for-contact-form-7 folder to /wp-content/plugins/, or install it from the WordPress admin under Plugins Add New.
  2. Aktiviere das Plugin über die Plugin-Ansicht.
  3. Open any Contact Form 7 form, switch to the Custom Validation panel, enable the feature, and save your messages.

FAQ

Erfordert dieses Plugin Contact Form 7?

Ja. Contact Form 7 muss installiert und aktiviert sein. Das Plugin zeigt einen Admin-Hinweis an und deaktiviert sich automatisch, wenn Contact Form 7 nicht vorhanden ist.

Which field types support custom invalid messages?

Email, URL, telephone, number (including range), and date tags can display custom invalid-format text. Any required field can have a custom „required“ message.

Wo werden die Nachrichten gespeichert?

Meldungen werden in den Beitrags-Metadaten von jedem Formular gespeichert. Sie sind in den Exporten von Contact Form 7 enthalten, sodass bei der Migration eines Formulars auch die Meldungen mitverschoben werden.

Kann ich HTML in Validierungsmeldungen verwenden?

Yes, basic HTML is allowed and sanitized using wp_kses_post().

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Validation Muse for Contact Form 7“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Validation Muse for Contact Form 7“ wurde in 5 Sprachen übersetzt. Danke an die Übersetzer für ihre Mitwirkung.

Übersetze „Validation Muse for Contact Form 7“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.4.0

  • Added multilingual support via Flavor translation plugin integration
  • Validation messages can now be translated per language in the form editor
  • Language tabs appear automatically when Flavor plugin is active
  • AI Translate button for one-click machine translation of all messages
  • Translations stored in Flavor’s database, keeping plugin data portable
  • Zero overhead when Flavor is not installed — all calls behind class_exists() checks
  • Flavor translations cleaned up on plugin uninstall

1.3.0

  • Fixed compatibility with Contact Form 7 6.x SWV (Schema-based Validation)
  • Validation filters now run at priority 20 (after CF7 core) to replace SWV error messages
  • Added Reflection-based error replacement for already-invalidated fields
  • Custom messages now correctly override default CF7 „The field is required.“ text

1.2.1

  • Fixed variable name mismatch causing „No required fields“ error

1.2.0

  • Refactored codebase to follow WordPress Coding Standards
  • Reorganized file structure for better maintainability
  • Added PHPDoc blocks to all functions and methods
  • Improved accessibility with ARIA labels
  • Fixed JavaScript prefix inconsistency
  • Fixed uninstall script to use correct meta prefix
  • Added extensibility hooks (vmcf7_loaded, vmcf7_validation_tag_types)
  • Changed capability check from manage_options to wpcf7_edit_contact_forms
  • Updated POT file name to match text domain

1.1.2

  • Changed plugin name.

1.1.1

  • Added .gitignore file.

1.1.0

  • Added WordPress repository collateral (readme, license, POT file).
  • Reworked validation hooks to override required and invalid messages without relying on AJAX filters.
  • Hardened sanitization, text domain loading, and uninstall cleanup for release readiness.

1.0.1

  • Initial public iteration bundled with the project.