Currently when someone submit the form, they can submit it without checking the radio inputs. Although you had used required attribute to indicate the the input

Currently when someone submit the form, they can submit it without checking the radio inputs. Although you had used required attribute to indicate the the input is required previously, this can’t work in this case, because adding required to both inputs, will convey the wrong information to the form users.

To solve this, you can provide context of what is needed by adding a legend element with text Account type (required) before the label elements within the second fieldset. Then add the checked attribute to the Personal input to ensure the form is submitted with the required data in it.

Welcome to the community @brio21583 !

Could you please post the complete code for the step using the Help that appears after three unsuccessful attempts at any step in Responsive Web Design?
Here is an example of how it appears, and where to find it.

This will allow you to post the complete code, and the problem for the community to better help you.

Keep up the good progress.

Do you have a question?

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.