We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<label for="Full_name">שם:</label> <input id="Full_name" type="text" autocomplete="name" aria-required="true">
<label for="Phone">מספר טלפון:</label> <input id="Phone" type="tel" autocomplete="tel">
<label for="Email">אימייל:</label> <input id="Email" type="email" autocomplete="email">
<label for="Whatsapp">וואטסאפ:</label> <input id="Whatsapp" type="tel" autocomplete="whatsapp">
<label for="Facebook">פייסבוק:</label> <input id="Facebook" type="text" autocomplete="facebook">
<label for="Complaint_type">סוג התלונה:</label> <input id="Complaint_type" type="text">
<label for="Offender">מושא התלונה:</label> <input id="Offender" type="text">
<label for=""Event_description">תיאור המקרה:
<label for="Event_location">מיקום הארוע</label> <input id="Event_location" type="text">
<label for="Offender_details">מידע נוסף על מושא התלונה</label> <textarea id="Offender_details"></textarea>
<label for="Offender_person_details">פרטים אישיים של מושא התלונה</label> <input id="Offender_person_details" type="text">
<label for="Offender_organization">שם המוסד או הארגון</label> <input id="Offender_organization" type="text">
<label for="Offender_organization_category">סוג המוסד או הארגון</label> <input id="Offender_organization_category" type="text">
<label for="Offender_organization_details">פרטי הקשר עם המוסד או הארגון</label> <input id="Offender_organization_details" type="text">
<label for="name">השירות שביקש/ה</label> <input id="requested_service" type="text">
might consider using hidden labels see here for further details.
also, need to adjust the placeholder style, following this style example
2.4.6 [Headings and Labels AA WebAIM: Creating Accessible Forms - General Form Accessibility WebAIM: Accessible Form Controls
The text was updated successfully, but these errors were encountered:
@akariv please verify/update my TE.
Sorry, something went wrong.
akariv
No branches or pull requests
<label for=""Event_description">תיאור המקרה:
<textarea id=""Event_description"></textarea>might consider using hidden labels see here for further details.
also, need to adjust the placeholder style, following this style example
2.4.6 [Headings and Labels AA
WebAIM: Creating Accessible Forms - General Form Accessibility
WebAIM: Accessible Form Controls
The text was updated successfully, but these errors were encountered: