Cannot add IDs to individual radio buttons or the required attribute
-
I’m using FormLinter to identify errors with my Contact Form 7 form on my blog, and I don’t know how to fix certain kinds via the plugin. Here are the issues according to the tool:
- “Every label’s
for
attribute should match an input’sid
” - “None of your form’s fields are marked as required”
I’ve been trying to add the missing IDs to individual radio buttons and
required
attributes, but there are no options to add them while editing my form. I searched all over the Contact Form 7 documentation and FAQ, and there’s nothing about radio button IDs or addingrequired
.In the editor, I may see one field for id when I add a new group of radio buttons, but it’s only for the group. Adding
required
to any shortcode doesn’t make it a required field. These two things are necessary for accessibility, and I need the ability to add them now. How do I do this? - “Every label’s
- The topic ‘Cannot add IDs to individual radio buttons or the required attribute’ is closed to new replies.