Contact Form 7 version 5.7.3 is now available. This minor update release includes several improvements and bug fixes.
Introduction of the output form-tag type
5.7.3 introduces the output form-tag type. This is a lightweight variant of the reflection form-tag type. They both reflect user input value, but unlike reflection, output only reflects the first item of values.
Also, while a reflection form-tag converts to a block-level element (fieldset), an output form-tag converts to an inline element. This means that you can embed output form-tags within a paragraph.
Requires: WordPress 6.0 or higher
Tested up to: WordPress 6.1.1
» Download Contact Form 7 plugin from WordPress.org
Major changes
- Block editor: Adds help text to the sidebar of a contact form selector block.
- Reflection: Allows setting the initial value.
- Reflection: Outputs an empty
outputelement when there is no value to display. - Reflection: Introduces the
outputform-tag type. - HTML Formatter: Improves handling of indirect nesting structure.
- HTML Formatter: Moves
preandtemplateelements to more appropriate category. - HTML Formatter: Suppresses formatting for nonstandard HTML elements.
- HTML Formatter: Does not insert a
brelement at the beginning of a paragraph. - Form-tags manager: Cancels form-tag conversion if the tag is not in the valid format.
You can browse the full list of changes on GitHub.