- The search form (Ticket, FAQ) in the customer portal must include a role attribute and an appropriate aria-label to ensure accessibility.
- The search form (Ticket, FAQ) in the customer portal must be fully accessible via keyboard navigation.
Current Code:
<form action="/otobo/customer.pl" method="post" name="compose"> <input type="hidden" name="ChallengeToken" value="t0tGBmolm7dPQLhwKiMLvJdC7ejS6Hck"> <input type="hidden" name="Action" value="CustomerTicketOverview"> <input type="hidden" name="Subaction" value="Search"> <h3 class="ooog"> <i class="ooofo ooofo-search"></i> <input type="text" name="Fulltext" id="oooSearch" title="Ticketsuche" class=""> <span id="oooSearchLabel">Ticketsuche</span> </h3> </form>
Current Code:
<form action="/otobo/customer.pl" method="post" name="compose"> <input type="hidden" name="ChallengeToken" value="t0tGBmolm7dPQLhwKiMLvJdC7ejS6Hck"> <input type="hidden" name="Action" value="CustomerTicketOverview"> <input type="hidden" name="Subaction" value="Search"> <h3 class="ooog"> <i class="ooofo ooofo-search"></i> <input type="text" name="Fulltext" id="oooSearch" title="Ticketsuche" class=""> <span id="oooSearchLabel">Ticketsuche</span> </h3> </form>