I’ve noticed that hidden inputs generated by Contact Form 7 include aria-*
attributes like aria-invalid
.
According to the WAI-ARIA guidelines and the HTML specification, hidden elements (type="hidden"
) are not exposed to assistive technologies and must not carry any aria-*
attributes. This is causing accessibility validation errors on some of my sites and can be confusing for assistive tools.
Would you please consider updating Contact Form 7 so that hidden inputs do not include any aria-*
attributes? It would help ensure the plugin aligns with accessibility standards and prevents needless validation issues.
Thank you for your time and for all your work on Contact Form 7!
]]>This is causing forms to be submitted without filling out required fields.
For now, I’m using javascript to manually add the required attribute to input fields, but it would be great if this could be fixed.
]]>If yes, I have one doubt: Is it possible to make calculations with the values coming from these Custom Fields coming from the Post Types?
My intention is to create a Budget Form where the user registers the information that will be used in it!`
]]>and you have to be doing the filling in the inputs and I want to keep the information
]]>Is it possible to add another option to the price slider?
“Show input fields”
I am asking this is because our clients would like to show the price slider and the range number inputs.
I made a temporary workaround by adding
<?php require_once("woof_price_filter_text.php");?>
at the end of
wp-content > plugins > woocommerce-products-filter > views > shortcodes > woof_price_filter_slider.php
But it would be nice if the plugin had an integration solution for this.
]]>Is there a way to rollback this to the way it was before, where the input address included street and number, and the other field (floor and apartment) wasn’t required?
Thank you!
UPDATE: RESOLVED, it was a third party plugin that made the change
]]>I’m having problem with removing customer_name and customer_email from enquiry form. It shows only when user is not logged in but I need to remove it even for un-logged users because we use custom fields for e-mail and name.
See screenshots attached:
Logged in user’s enquiry: https://i.imgur.com/5WXXUPx.png – this is how it should look like all the time
Un-logged in user’s enquiry: https://i.imgur.com/EYptO9h.png – here I need to remove customer_name and customer_email inputs.
WCFM admin settings: https://i.imgur.com/0gGF57i.png
]]>