rocklobster-in / contact-form-7

Contact Form 7 - Just another contact form plugin for WordPress.
Other
290 stars 144 forks source link

aria-label on form tag should be set with shortcode title rather than default to 'Contact form' #1486

Closed LukaszJaro closed 2 months ago

LukaszJaro commented 2 months ago

Hello,

Currently the aria-label is being set as html_title or 'Contact form' as default. A better default should be the title in the shortcode which is more accurate than 'Contact form'. The title is already added by default as well, so saves time going through each form and adding html_title.

'aria-label' => ( '' !== $title_attr ) ? $title_attr : __( 'Contact form', 'contact-form-7' )

takayukister commented 2 months ago

The title in a shortcode is not intended for public access.