DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

Bug: Form Accessibility #67

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 8 months ago

Bug Description Update profile form not passing accessibility checks

Steps to reproduce

  1. Visit profile page
  2. Check accessibility with Wave AIM tool
  3. Identify form labelling errors

Desired result Labels are rendered with each input of on select country and input number

Unhandled Custom rendering of widget seems unfixable https://www.reddit.com/r/djangolearning/comments/mrt2ul/display_a_multiwidget_form_manually_in_template/

Alternate Solution Removed widget from checkout page, prompted the user to input international number. Simplest solution

DarrachBarneveld commented 8 months ago

Chose accessibility over select country option and use of widget