Skip to content

Commit

Permalink
remove unnecessary required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Jul 13, 2021
1 parent 732522e commit fd7a292
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions examples/accordion/accordion-group.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,12 @@ <h3>
<!-- Variable content within section, may include any type of markup or interactive widgets. -->
<fieldset>
<p>
<label for="cufc1">Name<span aria-hidden="true">*</span>:</label>
<input type="text" value="" name="Name" id="cufc1" class="required"
aria-required="true"
>
<label for="cufc1">Name:</label>
<input type="text" value="" name="Name" id="cufc1">
</p>
<p>
<label for="cufc2">Email<span aria-hidden="true">*</span>:</label>
<input type="text" value="" name="Email" id="cufc2"
aria-required="true"
>
<label for="cufc2">Email:</label>
<input type="text" value="" name="Email" id="cufc2">
</p>
<p>
<label for="cufc3">Phone:</label>
Expand Down

0 comments on commit fd7a292

Please sign in to comment.